diff options
author | Max Christian Pohle | 2017-04-06 23:43:00 +0200 |
---|---|---|
committer | Max Christian Pohle | 2017-04-06 23:43:00 +0200 |
commit | ea7f452b20582056e72bde7c5d0ad14633d736cc (patch) | |
tree | 8c960d52e44cc77fd7e1447890b1f8012cd2b1ac | |
parent | 663c7ad876c9baf577a9f539559b1e0384b60cd4 (diff) | |
download | vim-karlmarks-ea7f452b20582056e72bde7c5d0ad14633d736cc.tar.bz2 vim-karlmarks-ea7f452b20582056e72bde7c5d0ad14633d736cc.zip |
Added shortcut doc chapter 'annoyances'
-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 |