From 383f2a7b645b085a428b3ac04f0fc4a000a8e2ba Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 5 Nov 2020 09:03:21 +0530 Subject: add backquote text objs --- plugin/better-text-objs.vim | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'plugin') 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 :normal vil xnoremap al $o0 onoremap al :normal val +" backquote text objects +" ----------------- +" ix ax +xnoremap ix :normal vi` +onoremap ix :normal vi` +xnoremap ax :normal va` +onoremap ax :normal va` + " number text object (integer and float) " -------------------------------------- " in -- cgit v1.2.3