Removed obsolete split-open fzf key mapping

main
Michael Mandl 2019-10-20 22:01:39 +02:00
parent 16408d532f
commit 35bbc3dc66
1 changed files with 0 additions and 6 deletions

View File

@ -111,12 +111,6 @@ nmap <C-P> :Files<CR>
nmap <C-F> :Rg \b<C-R><C-W>\b<CR>
nmap <ESC><C-P> :Tags<CR>
let g:fzf_action= {
\ 'ctrl-t': 'tab split',
\ 'ctrl-s': 'SplitOpen',
\ 'ctrl-x': 'split',
\ 'ctrl-v': 'vsplit' }
" terminal colors
hi Terminal ctermfg=fg ctermbg=NONE guifg=fg guibg=NONE guisp=NONE cterm=NONE gui=NONE