From 9a3a2c87f2261c9756baeff964f56646ec41e163 Mon Sep 17 00:00:00 2001 From: Erlend Fagerheim Date: Fri, 24 Feb 2017 00:05:47 +0100 Subject: test/vis: added a few motion tests --- vim/motions/line.in | 2 ++ vim/motions/line.keys | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 vim/motions/line.in create mode 100644 vim/motions/line.keys (limited to 'vim') 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 */ -- cgit v1.2.3