From 817ab0db0069549890d6c24048e813e73e675032 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Mon, 11 Mar 2024 22:34:44 +0100 Subject: [PATCH] kak: update config --- config/kak/kakrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/kak/kakrc b/config/kak/kakrc index 88e8e441..2c725d1b 100644 --- a/config/kak/kakrc +++ b/config/kak/kakrc @@ -128,8 +128,6 @@ define-command -hidden -params 2 inc %{ try %{ map global normal '#' :comment-line -docstring 'comment line' map global normal '' :comment-block -docstring 'comment block' map global goto m 'm;' -docstring 'matching char' -map global normal ': inc %val{count} +' -map global normal ': inc %val{count} -' map global normal q Q unmap global normal q map global normal -docstring 'Next buffer ' ': buffer-next' @@ -155,6 +153,8 @@ map global user -docstring 'Selection mode' s ':enter-user-m map global user -docstring 'edit kakrc' e ': e ~/.config/kak/kakrc' map global user -docstring 'relative line numbers enable' r ': add-highlighter window/nl number-lines -min-digits 3 -relative -hlcursor' map global user -docstring 'relative line numbers disable' R ': remove-highlighter window/nl' +map global user -docstring 'decrease value' d ': inc %val{count} -' +map global user -docstring 'increase value' i ': inc %val{count} +' # buffer user mode -- 2.51.2