Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: use nnoremap in examples
To match the mapping command used internally since commit 56d37ff.

Signed-off-by: Wincent Colaiuta <win@wincent.com>
  • Loading branch information
wincent committed Oct 19, 2011
1 parent 56d37ff commit 0a71f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/command-t.txt
Expand Up @@ -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 <silent> <Leader>t :CommandT<CR>
nmap <silent> <Leader>b :CommandTBuffer<CR>
nnoremap <silent> <Leader>t :CommandT<CR>
nnoremap <silent> <Leader>b :CommandTBuffer<CR>

Replacing "<Leader>t" or "<Leader>b" with your mapping of choice.

Expand Down

0 comments on commit 0a71f70

Please sign in to comment.