diff options
author | Max Christian Pohle | 2015-09-14 02:52:01 +0200 |
---|---|---|
committer | Max Christian Pohle | 2015-09-14 02:52:01 +0200 |
commit | 44f1e79ccd79c3983b59cb9c36a2af1e55738da1 (patch) | |
tree | 95455cc729943fb2b172a8b6f7950b8b49d9f083 /doc | |
parent | 6f784b3a737827df10305e65d54cd1c92ce9c910 (diff) | |
download | vim-44f1e79ccd79c3983b59cb9c36a2af1e55738da1.tar.bz2 vim-44f1e79ccd79c3983b59cb9c36a2af1e55738da1.zip |
marker doc added and some minor vimrc tweaks
Diffstat (limited to 'doc')
-rw-r--r-- | doc/shortcuts.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt index 3b714bc..51a7521 100644 --- a/doc/shortcuts.txt +++ b/doc/shortcuts.txt | |||
@@ -20,6 +20,9 @@ q - stop macro recording | |||
20 | @a - replay macro a | 20 | @a - replay macro a |
21 | :'<,'>normal @a - apply a to every line in the current selection | 21 | :'<,'>normal @a - apply a to every line in the current selection |
22 | 22 | ||
23 | [marker] | ||
24 | ma - set marker a-z (a in this case) | ||
25 | 'a - go to marker a | ||
23 | 26 | ||
24 | [windows] | 27 | [windows] |
25 | <C-W>v - splits buffer vertically (screen uses |) | 28 | <C-W>v - splits buffer vertically (screen uses |) |