aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Christian Pohle2017-10-15 19:31:28 +0200
committerMax Christian Pohle2017-10-15 19:31:28 +0200
commit3377b86a73ce6f13bc43dac24a8bdf80be5f4cc0 (patch)
tree8c7b6801e5ef14b3f10cd893aac179744638dcb4 /doc
parent307d2ef4d4d0174f749388fdd6396d8bc64d0f52 (diff)
downloadvim-3377b86a73ce6f13bc43dac24a8bdf80be5f4cc0.tar.bz2
vim-3377b86a73ce6f13bc43dac24a8bdf80be5f4cc0.zip
Major refactoring, added many menues and comfort features
Diffstat (limited to 'doc')
-rw-r--r--doc/shortcuts.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt
index fdd28c8..0496821 100644
--- a/doc/shortcuts.txt
+++ b/doc/shortcuts.txt
@@ -125,9 +125,13 @@ CTRL-U = display completions: user-defined
125 125
126 126
127[annoyances] 127[annoyances]
128gv = visual mode: reselect last selection 128gv = visual mode: reselect last selection
129CTRL+o = lets the caret jump back to the previous location 129CTRL-o = lets the caret jump back to the previous location
130CTRL+L = redraws the complete screen 130CTRL-L = redraws the complete screen
131CTRL-R<register> = in insert mode and command line: paste contents of <register> (e.g. : for last command, * for clipboard)
132CTRL-R = in normal mode: redoes what has been undone with u
133"<register>p = in normal mode: paste paste contents of <register>
134
131 135
132 136
133[netrw] 137[netrw]
@@ -135,7 +139,6 @@ CTRL+L = redraws the complete screen
135gn = makes the directory under the cursor the root directory 139gn = makes the directory under the cursor the root directory
136a = toggles display of hidden files 140a = toggles display of hidden files
137 141
138
139[filetype:css] 142[filetype:css]
140viB:sort = sort inner block by name 143viB:sort = sort inner block by name
141 144
..