diff options
Diffstat (limited to 'vim')
| -rw-r--r-- | vim/motions/line.in | 2 | ||||
| -rw-r--r-- | vim/motions/line.keys | 2 |
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 */ |
