aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/motions/line.in2
-rw-r--r--vim/motions/line.keys2
2 files changed, 0 insertions, 4 deletions
diff --git a/vim/motions/line.in b/vim/motions/line.in
deleted file mode 100644
index 5e4977a..0000000
--- a/vim/motions/line.in
+++ /dev/null
@@ -1,2 +0,0 @@
-one two three
- one two three
diff --git a/vim/motions/line.keys b/vim/motions/line.keys
deleted file mode 100644
index c4daa33..0000000
--- a/vim/motions/line.keys
+++ /dev/null
@@ -1,2 +0,0 @@
-g_d0 /* move to last char on line ( $ fails ) delete to start of line */
-j$^dw /* go to first non blank of next line and delete word */