We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29d6cd commit fcbd101Copy full SHA for fcbd101
vimrc
@@ -66,6 +66,7 @@ let g:CommandTScanDotDirectories=1 " scan dot-directories
66
let g:CommandTAlwaysShowDotFiles=1 " show dot-files in the search result
67
let g:CommandTWildIgnore=".bundle,.git,node_modules" " override Vim's wildignore
68
let g:CommandTPreferredImplementation='ruby' " stick to the Ruby implementation for now
69
+nnoremap <Leader><Space> :CommandT<CR>
70
71
"
72
" fugitive.vim
0 commit comments