diff --git a/plugin/command-t.vim b/plugin/command-t.vim index 7ef6bcd7..a5501847 100644 --- a/plugin/command-t.vim +++ b/plugin/command-t.vim @@ -32,11 +32,11 @@ command -nargs=? -complete=dir CommandT call CommandTShowFileFinder(CommandTFlush() if !hasmapto(':CommandT') - silent! nmap t :CommandT + silent! nnoremap t :CommandT endif if !hasmapto(':CommandTBuffer') - silent! nmap b :CommandTBuffer + silent! nnoremap b :CommandTBuffer endif function s:CommandTRubyWarning()