From 53a34fa0d72e0a65dfc1b74897c699aae9dfc4ea Mon Sep 17 00:00:00 2001 From: Julian T Date: Sun, 28 Nov 2021 15:48:51 +0100 Subject: Use kakoune as default, and more kakoune config --- kakoune/.config/kak/kakrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'kakoune/.config') diff --git a/kakoune/.config/kak/kakrc b/kakoune/.config/kak/kakrc index e9a3057..67e8483 100644 --- a/kakoune/.config/kak/kakrc +++ b/kakoune/.config/kak/kakrc @@ -12,8 +12,11 @@ hook global InsertChar \t %{ exec -draft -itersel h@ } set global tabstop 4 set global indentwidth 4 -map global insert 'bd' +map global insert '\S+\s*d' add-highlighter global/matching show-matching set-face global MatchingChar blue+b -add-highlighter global/nums number-lines -relative +add-highlighter global/lines number-lines -relative +add-highlighter global/tabs show-whitespaces -tab ">" -lf " " -nbsp " " -spc " " + +add-highlighter global/wrap wrap -- cgit v1.2.3