diff options
author | Max Christian Pohle | 2015-09-14 05:29:53 +0200 |
---|---|---|
committer | Max Christian Pohle | 2015-09-14 05:29:53 +0200 |
commit | f11183e8daa88e99215d48bb6c5c726e3d84b06c (patch) | |
tree | 7d12f0a11a3bb9679e743d74478b5021b077f2bd /doc | |
parent | 44f1e79ccd79c3983b59cb9c36a2af1e55738da1 (diff) | |
download | vim-f11183e8daa88e99215d48bb6c5c726e3d84b06c.tar.bz2 vim-f11183e8daa88e99215d48bb6c5c726e3d84b06c.zip |
fixed some bugs with easy movement
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 51a7521..6b88797 100644 --- a/doc/shortcuts.txt +++ b/doc/shortcuts.txt | |||
@@ -1,3 +1,6 @@ | |||
1 | [normal mode] | ||
2 | f{char} - move cursor to the character {char} | ||
3 | |||
1 | [visual mode] - with selected lines | 4 | [visual mode] - with selected lines |
2 | gq - formats text so that it fits in whatever :set textwidth was set | 5 | gq - formats text so that it fits in whatever :set textwidth was set |
3 | 6 | ||