Skip to content

Commit 63e17ac

Browse files
committed
Flush CommandT before showing it;
1 parent 4e4a23b commit 63e17ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vimrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ let Tlist_Close_On_Select = 1
112112

113113
let g:LustyJugglerShowKeys = 'a'
114114

115-
map <leader>T :CommandT<CR>
115+
map <leader>T :CommandTFlush<CR>\|:CommandT<CR>
116116
map <leader>yr :YRShow<CR>
117117
118118
" snipMate setup

0 commit comments

Comments
 (0)