aboutsummaryrefslogtreecommitdiff
path: root/doc/shortcuts.txt
diff options
context:
space:
mode:
authorMax Christian Pohle2015-09-14 05:29:53 +0200
committerMax Christian Pohle2015-09-14 05:29:53 +0200
commitf11183e8daa88e99215d48bb6c5c726e3d84b06c (patch)
tree7d12f0a11a3bb9679e743d74478b5021b077f2bd /doc/shortcuts.txt
parent44f1e79ccd79c3983b59cb9c36a2af1e55738da1 (diff)
downloadvim-f11183e8daa88e99215d48bb6c5c726e3d84b06c.tar.bz2
vim-f11183e8daa88e99215d48bb6c5c726e3d84b06c.zip
fixed some bugs with easy movement
Diffstat (limited to 'doc/shortcuts.txt')
-rw-r--r--doc/shortcuts.txt3
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]
2f{char} - move cursor to the character {char}
3
1[visual mode] - with selected lines 4[visual mode] - with selected lines
2gq - formats text so that it fits in whatever :set textwidth was set 5gq - formats text so that it fits in whatever :set textwidth was set
3 6
..