From 788ec4efdaea2301ef2e6ab577b9d41a934587ce Mon Sep 17 00:00:00 2001 From: xenia Date: Mon, 11 Dec 2023 20:06:17 +0100 Subject: [PATCH] [b]lock tree node --- dotfiles/kakrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/kakrc b/dotfiles/kakrc index af59bb7b..eda1f1de 100644 --- a/dotfiles/kakrc +++ b/dotfiles/kakrc @@ -115,6 +115,7 @@ a,arguments s,statement d,declaration n,number +b,block \",string" | while IFS=, read -r cmd group ; do echo "map -docstring '$group child' global tree-children '$cmd' ':tree-select-children $group'" @@ -124,6 +125,7 @@ done } + #TODO # map global user '&' ':qhl-word' -docstring "Highlight current word" # map global user '"' ':unqhl' -docstring "Remove highlight"