diff options
| author | Max Christian Pohle | 2017-03-30 00:26:53 +0200 | 
|---|---|---|
| committer | Max Christian Pohle | 2017-03-30 00:26:53 +0200 | 
| commit | f73e0c20e4bfcf7339708d86c0b2544c4de16c24 (patch) | |
| tree | 388cf6a526aed5d558407b8229e4ab362226fa48 | |
| parent | 06499260aeac6e84f0674e3d780a7ad84938841e (diff) | |
| download | vim-karlmarks-f73e0c20e4bfcf7339708d86c0b2544c4de16c24.tar.bz2 vim-karlmarks-f73e0c20e4bfcf7339708d86c0b2544c4de16c24.zip  | |
Added gv shortcut to the docs
| -rw-r--r-- | doc/shortcuts.txt | 1 | 
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 | 
| 30 | gq = formats text so that it fits in whatever :set textwidth was set | 30 | gq = formats text so that it fits in whatever :set textwidth was set | 
| 31 | iB = select block between curly braces (:help object-select) | 31 | iB = select block between curly braces (:help object-select) | 
| 32 | gv = reselect last selection | ||
| 32 | 33 | ||
| 33 | 34 | ||
| 34 | [commands] | 35 | [commands] | 
