diff options
author | Akshay <[email protected]> | 2020-11-05 03:33:21 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-11-05 03:33:21 +0000 |
commit | 383f2a7b645b085a428b3ac04f0fc4a000a8e2ba (patch) | |
tree | 992be09edab2d8d727512f6d4cfe8fbe27080e0f /plugin | |
parent | 07bffe8c51ce575db0b1ea8571c3e182254c0e2a (diff) |
add backquote text objsv0.1.0
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/better-text-objs.vim | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugin/better-text-objs.vim b/plugin/better-text-objs.vim index e959e6e..4cb0acd 100644 --- a/plugin/better-text-objs.vim +++ b/plugin/better-text-objs.vim | |||
@@ -19,6 +19,14 @@ onoremap il :<C-u>normal vil<CR> | |||
19 | xnoremap al $o0 | 19 | xnoremap al $o0 |
20 | onoremap al :<C-u>normal val<CR> | 20 | onoremap al :<C-u>normal val<CR> |
21 | 21 | ||
22 | " backquote text objects | ||
23 | " ----------------- | ||
24 | " ix ax | ||
25 | xnoremap ix :<C-u>normal vi`<CR> | ||
26 | onoremap ix :<C-u>normal vi`<CR> | ||
27 | xnoremap ax :<C-u>normal va`<CR> | ||
28 | onoremap ax :<C-u>normal va`<CR> | ||
29 | |||
22 | " number text object (integer and float) | 30 | " number text object (integer and float) |
23 | " -------------------------------------- | 31 | " -------------------------------------- |
24 | " in | 32 | " in |