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