aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Christian Pohle2016-05-25 12:24:43 +0200
committerMax Christian Pohle2016-05-25 12:24:43 +0200
commitbcf8550afc38a4005f9c53e8a2c4af879e04831b (patch)
tree1028046d2fe8bd907869086dc4fe6a0cbcab00c3 /doc
parentfe89b5671d65560b57d51485789c23c38885e28d (diff)
downloadvim-bcf8550afc38a4005f9c53e8a2c4af879e04831b.tar.bz2
vim-bcf8550afc38a4005f9c53e8a2c4af879e04831b.zip
added more plugins and removed symbol bar in gvim
new features introduced by plugins * quick navigation: \b - switch between buffer \\w or \\f for faster cursor placement * vimshell: :new | VimShell * quote replacement like :cs"'
Diffstat (limited to 'doc')
-rw-r--r--doc/shortcuts.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt
index 4e49e6d..1432837 100644
--- a/doc/shortcuts.txt
+++ b/doc/shortcuts.txt
@@ -3,6 +3,10 @@ leader key = usually set to backslash expects a quick command
3 3
4[normal mode] 4[normal mode]
5f{char} = move cursor to the character {char} 5f{char} = move cursor to the character {char}
6gf = open file under cursor
7<C-w>gf = open file under cursor in a tab
8
9
6 10
7 11
8[visual mode] # with selected lines 12[visual mode] # with selected lines
..