aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-11-05 03:33:21 +0000
committerAkshay <[email protected]>2020-11-05 03:33:21 +0000
commit383f2a7b645b085a428b3ac04f0fc4a000a8e2ba (patch)
tree992be09edab2d8d727512f6d4cfe8fbe27080e0f /plugin
parent07bffe8c51ce575db0b1ea8571c3e182254c0e2a (diff)
add backquote text objsv0.1.0
Diffstat (limited to 'plugin')
-rw-r--r--plugin/better-text-objs.vim8
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>
19xnoremap al $o0 19xnoremap al $o0
20onoremap al :<C-u>normal val<CR> 20onoremap al :<C-u>normal val<CR>
21 21
22" backquote text objects
23" -----------------
24" ix ax
25xnoremap ix :<C-u>normal vi`<CR>
26onoremap ix :<C-u>normal vi`<CR>
27xnoremap ax :<C-u>normal va`<CR>
28onoremap 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