From 6559d05e06952ead078d8745b38b3109d4aa90c9 Mon Sep 17 00:00:00 2001 From: KK Date: Sat, 20 Jun 2026 10:10:48 +0200 Subject: [PATCH] kakoune config update --- .config/kak/kakrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/kak/kakrc b/.config/kak/kakrc index 8696044..499a9f0 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -4,6 +4,10 @@ colorscheme gruvbox-dark # indentwidth controls Kakoune's indentation commands; tabstop controls display width. set-option global tabstop 4 set-option global indentwidth 4 +set-option global makecmd 'bash build.sh' + +map global user n :make-next-error +map global user p :make-previous-error # Kakoune does not have a Vim-style 'expandtab' option. Make a literal Tab key # insert four spaces instead of a tab character while in insert mode.