aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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
..