From 0a71f70592e12ebc690ee622fe64dce28c44945e Mon Sep 17 00:00:00 2001 From: Wincent Colaiuta Date: Tue, 18 Oct 2011 23:51:18 -0700 Subject: [PATCH] docs: use nnoremap in examples To match the mapping command used internally since commit 56d37ff. Signed-off-by: Wincent Colaiuta --- doc/command-t.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.