aboutsummaryrefslogtreecommitdiff
path: root/test/vim/operators/replace/replace.keys
blob: ef8b57fcbf2ad59fbeff4fd67ab4c11ee90b52fa (plain) (blame)
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 */