Skip to content

Commit fcbd101

Browse files
committed
Press the Space key twice to invoke Command-T
1 parent f29d6cd commit fcbd101

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vimrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ let g:CommandTScanDotDirectories=1 " scan dot-directories
6666
let g:CommandTAlwaysShowDotFiles=1 " show dot-files in the search result
6767
let g:CommandTWildIgnore=".bundle,.git,node_modules" " override Vim's wildignore
6868
let g:CommandTPreferredImplementation='ruby' " stick to the Ruby implementation for now
69+
nnoremap <Leader><Space> :CommandT<CR>
6970
7071
"
7172
" fugitive.vim

0 commit comments

Comments
 (0)