aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Christian Pohle2017-03-30 00:26:53 +0200
committerMax Christian Pohle2017-03-30 00:26:53 +0200
commitf73e0c20e4bfcf7339708d86c0b2544c4de16c24 (patch)
tree388cf6a526aed5d558407b8229e4ab362226fa48 /doc
parent06499260aeac6e84f0674e3d780a7ad84938841e (diff)
downloadvim-f73e0c20e4bfcf7339708d86c0b2544c4de16c24.tar.bz2
vim-f73e0c20e4bfcf7339708d86c0b2544c4de16c24.zip
Added gv shortcut to the docs
Diffstat (limited to 'doc')
-rw-r--r--doc/shortcuts.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt
index 7b5b78b..c52bc3a 100644
--- a/doc/shortcuts.txt
+++ b/doc/shortcuts.txt
@@ -29,6 +29,7 @@ caw = select 'a word'
29[visual mode] # with selected lines 29[visual mode] # with selected lines
30gq = formats text so that it fits in whatever :set textwidth was set 30gq = formats text so that it fits in whatever :set textwidth was set
31iB = select block between curly braces (:help object-select) 31iB = select block between curly braces (:help object-select)
32gv = reselect last selection
32 33
33 34
34[commands] 35[commands]
..