File: replace.keys

package info (click to toggle)
vis 0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,624 kB
  • sloc: ansic: 23,195; sh: 981; makefile: 363; python: 47
file content (10 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
t{r<Enter>           /* replace space with new line */
/---<Enter>
3r=                  /* replace --- with === */
n                    /* advance to next match */
.                    /* repeat */
r<Escape>            /* cancel, should not alter text */
n                    /* advance to next match */
v2e                  /* select something in visual mode */
r<Escape>            /* cancel, should not alter text */
r=                   /* replace selection */