aboutsummaryrefslogtreecommitdiff
path: root/vim/motions/line.keys
diff options
context:
space:
mode:
Diffstat (limited to 'vim/motions/line.keys')
-rw-r--r--vim/motions/line.keys2
1 files changed, 0 insertions, 2 deletions
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 */