mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-01-10 13:32:35 +08:00
tabedit -> tab split to avoid extraneous unnamed buffer
This commit is contained in:
@@ -54,7 +54,7 @@ function! s:fzf(opts, bang)
|
||||
endfunction
|
||||
|
||||
let s:default_action = {
|
||||
\ 'ctrl-t': 'tabedit',
|
||||
\ 'ctrl-t': 'tab split',
|
||||
\ 'ctrl-x': 'split',
|
||||
\ 'ctrl-v': 'vsplit' }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user