aboutsummaryrefslogtreecommitdiff
path: root/vim/operators/replace/replace.keys
diff options
context:
space:
mode:
Diffstat (limited to 'vim/operators/replace/replace.keys')
-rw-r--r--vim/operators/replace/replace.keys8
1 files changed, 8 insertions, 0 deletions
diff --git a/vim/operators/replace/replace.keys b/vim/operators/replace/replace.keys
new file mode 100644
index 0000000..8857e98
--- /dev/null
+++ b/vim/operators/replace/replace.keys
@@ -0,0 +1,8 @@
+t{r<Enter> /* replace space with new line */
+/---<Enter>
+3r= /* replace --- with === */
+n /* advance to next match */
+. /* repeat */
+n /* advance to next match */
+v2e /* select something in visual mode */
+r= /* replace selection */