summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-08-15 23:53:11 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-08-15 23:53:11 +0900
commite5fec408c4a79c9a537f07b6adcbc94554579c53 (patch)
treea46dd25321588a0843cd12f4e340dce51e0505e3
parent8156e9894e9f05cfea9043af44d0258ad2a6721d (diff)
[vim] tab split instead of tabedit
-rw-r--r--plugin/fzf.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/fzf.vim b/plugin/fzf.vim
index d81784d2..c2407731 100644
--- a/plugin/fzf.vim
+++ b/plugin/fzf.vim
@@ -358,7 +358,7 @@ endfunction
let s:default_action = {
\ 'ctrl-m': 'e',
- \ 'ctrl-t': 'tabedit',
+ \ 'ctrl-t': 'tab split',
\ 'ctrl-x': 'split',
\ 'ctrl-v': 'vsplit' }