diff options
Diffstat (limited to 'doc/shortcuts.txt')
-rw-r--r-- | doc/shortcuts.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt index c52bc3a..2c96bef 100644 --- a/doc/shortcuts.txt +++ b/doc/shortcuts.txt | |||
@@ -29,7 +29,6 @@ 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 | ||
33 | 32 | ||
34 | 33 | ||
35 | [commands] | 34 | [commands] |
@@ -119,6 +118,10 @@ CTRL-V = display completions: vim command line | |||
119 | CTRL-U = display completions: user-defined | 118 | CTRL-U = display completions: user-defined |
120 | 119 | ||
121 | 120 | ||
121 | [annoyances] | ||
122 | gv = visual mode: reselect last selection | ||
123 | CTRL+o = lets the caret jump back to the previous location | ||
124 | |||
122 | 125 | ||
123 | [netrw] | 126 | [netrw] |
124 | :Lex = open the netrw-view as project drawer | 127 | :Lex = open the netrw-view as project drawer |