aboutsummaryrefslogtreecommitdiff
path: root/plugin/better-text-objs.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/better-text-objs.vim')
-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