diff options
Diffstat (limited to 'vim')
| -rw-r--r-- | vim/motions/till-right.in | 7 | ||||
| -rw-r--r-- | vim/motions/till-right.keys | 19 |
2 files changed, 26 insertions, 0 deletions
diff --git a/vim/motions/till-right.in b/vim/motions/till-right.in new file mode 100644 index 0000000..48defdd --- /dev/null +++ b/vim/motions/till-right.in @@ -0,0 +1,7 @@ +Till before count occurrence of char to the right. + +Consecutive: ____ +Separated: _ _ _ +Invalid count: __ +Space: # +Tab: # diff --git a/vim/motions/till-right.keys b/vim/motions/till-right.keys new file mode 100644 index 0000000..bf08d7b --- /dev/null +++ b/vim/motions/till-right.keys @@ -0,0 +1,19 @@ ++ +3t_ ++ +;r| +;;. +;;. ++ +;. +;. +;. +;. ++ +d3t_ ++ +t<Space> +l. ++ +t<Tab> +l. |
