]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Minor documentation update.
authorSimon Ruderich <simon@ruderich.org>
Tue, 3 Jan 2012 13:14:22 +0000 (14:14 +0100)
committerSimon Ruderich <simon@ruderich.org>
Tue, 3 Jan 2012 13:14:22 +0000 (14:14 +0100)
vimrc

diff --git a/vimrc b/vimrc
index 4699746ad9a4414a58c5abbabe5fae326d1f28f9..2bb1cafde603b8b967a338ac3750fd65241f4bc5 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -218,7 +218,7 @@ cmap <Down>  <Nop>
 cmap <Right> <Nop>
 cmap <Left>  <Nop>
 
-" Use Ctrl-P/Ctrl-N as replacement for <Up>/<Down> in command mode. Thanks to
+" Use <C-P>/<C-N> as replacement for <Up>/<Down> in command mode. Thanks to
 " abstrakt and grayw in #vim on Freenode (2010-04-12 21:20 CEST).
 cnoremap <C-P> <Up>
 cnoremap <C-N> <Down>
@@ -328,7 +328,7 @@ endif
 " vimgor (bot) in #vim on Freenode (2010-03-30 05:58 CEST).
 noremap <silent> <C-L> :nohlsearch<CR><C-L>
 
-" Ctrl-U in insert mode deletes a lot, break undo sequence before deleting the
+" <C-U> in insert mode deletes a lot, break undo sequence before deleting the
 " line so the change can be undone. Thanks to the vimrc_example.vim file in
 " Vim's source.
 inoremap <C-U> <C-G>u<C-U>