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, 4 insertions, 0 deletions
diff --git a/vim/motions/line.in b/vim/motions/line.in
new file mode 100644
index 0000000..5e4977a
--- /dev/null
+++ b/vim/motions/line.in
@@ -0,0 +1,2 @@
+one two three
+ one two three
diff --git a/vim/motions/line.keys b/vim/motions/line.keys
new file mode 100644
index 0000000..c4daa33
--- /dev/null
+++ b/vim/motions/line.keys
@@ -0,0 +1,2 @@
+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 */