diff --git a/doc/command-t.txt b/doc/command-t.txt index d40c9b91..77dd97fc 100644 --- a/doc/command-t.txt +++ b/doc/command-t.txt @@ -351,8 +351,8 @@ By default Command-T comes with only two mappings: However, Command-T won't overwrite a pre-existing mapping so if you prefer to define different mappings use lines like these in your ~/.vimrc: - nmap t :CommandT - nmap b :CommandTBuffer + nnoremap t :CommandT + nnoremap b :CommandTBuffer Replacing "t" or "b" with your mapping of choice.