summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorGravatar Robin Obůrka <robin.oburka@nic.cz> 2014-06-13 08:48:11 +0200
committerGravatar Robin Obůrka <robin.oburka@nic.cz> 2014-06-13 08:48:11 +0200
commit373c724f57cf8bd26d00ba2dad393d4cd9e6f985 (patch)
tree3911995b6bdc61c8f3b581cfd4a1c5acef155a54 /.vimrc
parentAdd empty line and stay in normal mode (diff)
downloadvim_sync-373c724f57cf8bd26d00ba2dad393d4cd9e6f985.tar.xz
Fix false warning in comment
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 21cad2f..812a931 100644
--- a/.vimrc
+++ b/.vimrc
@@ -181,7 +181,7 @@ nnoremap <C-k> <C-W>k
nnoremap <C-l> <C-W>l
"reselect just pasted text
-"the same thing does gv command in normal mode
+"the similar thing is gv in normal mode - reselect previously selected area
nnoremap <leader>p `[V`]
"edit operations