changeset 728:b9c330fc7a79

feat: add treesitter block object
author zegervdv <zegervdv@me.com>
date Sun, 11 Dec 2022 21:41:01 +0100
parents 772aea09bb0a
children 58fc7cc955d1
files .chezmoitemplates/init.lua
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.chezmoitemplates/init.lua	Sun Dec 11 21:25:44 2022 +0100
+++ b/.chezmoitemplates/init.lua	Sun Dec 11 21:41:01 2022 +0100
@@ -399,6 +399,8 @@
                 keymaps = {
                   ['af'] = '@function.outer',
                   ['if'] = '@function.inner',
+                  ['ab'] = '@block.outer',
+                  ['ib'] = '@block.inner',
                 },
               },
             },