aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Christian Pohle2017-04-06 23:43:00 +0200
committerMax Christian Pohle2017-04-06 23:43:00 +0200
commitea7f452b20582056e72bde7c5d0ad14633d736cc (patch)
tree8c960d52e44cc77fd7e1447890b1f8012cd2b1ac /doc
parent663c7ad876c9baf577a9f539559b1e0384b60cd4 (diff)
downloadvim-ea7f452b20582056e72bde7c5d0ad14633d736cc.tar.bz2
vim-ea7f452b20582056e72bde7c5d0ad14633d736cc.zip
Added shortcut doc chapter 'annoyances'
Diffstat (limited to 'doc')
-rw-r--r--doc/shortcuts.txt5
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
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
33 32
34 33
35[commands] 34[commands]
@@ -119,6 +118,10 @@ CTRL-V = display completions: vim command line
119CTRL-U = display completions: user-defined 118CTRL-U = display completions: user-defined
120 119
121 120
121[annoyances]
122gv = visual mode: reselect last selection
123CTRL+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
..