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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/doc/shortcuts.txt b/.vim/doc/shortcuts.txt
index fe61034..2597ed6 100644
--- a/.vim/doc/shortcuts.txt
+++ b/.vim/doc/shortcuts.txt
@@ -46,4 +46,4 @@ do - get changes from other window into the current
46dp - put changes from current window into the other 46dp - put changes from current window into the other
47]c - jump to the next change 47]c - jump to the next change
48[c - jump to the prevous change 48[c - jump to the prevous change
49 49zR - opens all folds (unfold all)
..