Differences between version 5 and previous revision of ViNotes.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 5 | Last edited on Thursday, June 24, 2004 11:06:00 pm | by CraigBox | Revert |
Older page: | version 4 | Last edited on Monday, October 7, 2002 12:10:30 am | by PerryLorier | Revert |
@@ -18,12 +18,12 @@
;p: Paste after
;P: Paste before
!!!Misc commands
-;v: Visually select by charactor
+;v: Visually select by character
;V: Visually select by line
;m''x'': Save cursor position into register ''x''
-;`''x'': Goto charactor
position in register ''x''
+;`''x'': Goto character
position in register ''x''
;' ''x'': Goto line in register ''x''
;"''x'': Use buffer ''x'' for next yank/delete/paste operation
;q''x...''q: Begin recording commands (''...'') into register ''x''
;@''x'': Playback commands in register ''x''
@@ -32,4 +32,6 @@
!!!Useful examples:
;ct": Change everything until the next "
+:g!/foo/d
+;: __g__lobally, for every line __!__ not containing the regex "__foo__", __d__elete that line