aboutsummaryrefslogtreecommitdiff
path: root/.vim/doc/shortcuts.txt
diff options
context:
space:
mode:
Diffstat (limited to '.vim/doc/shortcuts.txt')
-rw-r--r--.vim/doc/shortcuts.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/doc/shortcuts.txt b/.vim/doc/shortcuts.txt
index 2597ed6..9c168f9 100644
--- a/.vim/doc/shortcuts.txt
+++ b/.vim/doc/shortcuts.txt
@@ -4,6 +4,7 @@ f{char} - move cursor to the character {char}
4 4
5[visual mode] - with selected lines 5[visual mode] - with selected lines
6gq - formats text so that it fits in whatever :set textwidth was set 6gq - formats text so that it fits in whatever :set textwidth was set
7iB - select block between curly braces (:help object-select)
7 8
8 9
9[commands] 10[commands]
..