aboutsummaryrefslogtreecommitdiff
path: root/doc/shortcuts.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/shortcuts.txt')
-rw-r--r--doc/shortcuts.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt
index 015684e..c3c5ac1 100644
--- a/doc/shortcuts.txt
+++ b/doc/shortcuts.txt
@@ -184,6 +184,10 @@ viB:sort = sort inner block by name
184 184
185:finish = from within a viml-script: stop sourcing it 185:finish = from within a viml-script: stop sourcing it
186 186
187[substitutions]
188delete all comments: %s/\/\*\*< [^(\*\/)]*\*\///g
189remove empty lines: global/^$/d
190remove non-empty lines: v/^$/d
187 191
188[programs] 192[programs]
189gpm - cut and paste helper for the linux console (to get text from CTRL-ALT-F2 to CTRL-ALT-F3) 193gpm - cut and paste helper for the linux console (to get text from CTRL-ALT-F2 to CTRL-ALT-F3)
..