diff options
| author | Max Christian Pohle | 2016-05-25 12:24:43 +0200 | 
|---|---|---|
| committer | Max Christian Pohle | 2016-05-25 12:24:43 +0200 | 
| commit | bcf8550afc38a4005f9c53e8a2c4af879e04831b (patch) | |
| tree | 1028046d2fe8bd907869086dc4fe6a0cbcab00c3 /doc | |
| parent | fe89b5671d65560b57d51485789c23c38885e28d (diff) | |
| download | vim-karlmarks-bcf8550afc38a4005f9c53e8a2c4af879e04831b.tar.bz2 vim-karlmarks-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.txt | 4 | 
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] | 
| 5 | f{char} = move cursor to the character {char} | 5 | f{char} = move cursor to the character {char} | 
| 6 | gf = 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 | 
