From: Andre Ramnitz Date: Thu, 4 Jan 2024 13:54:32 +0000 (+0100) Subject: kak: update X-Git-Tag: v0.2~250 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=e5de3be5a2405f4e4a37da8a79506fcf7f20839f;p=dotfiles.git kak: update --- diff --git a/config/kak/kakrc b/config/kak/kakrc index c0be3f2a..c576a582 100644 --- a/config/kak/kakrc +++ b/config/kak/kakrc @@ -163,6 +163,7 @@ map global buffermode -docstring 'enable autocomplete' a ': set-option -add buff map global buffermode -docstring 'disable autocomplete' A ': set-option -remove buffer autocomplete insert' map global buffermode -docstring 'Previous buffer' b ': buffer-previous' map global buffermode -docstring 'clean tabs and trailing whitespace in the buffer' c ': clean-buffer' +map global buffermode -docstring 'delete buffer' d ': delete-buffer' map global buffermode -docstring 'buffer picker' l ': kks-connect terminal-popup kks-buffers' map global buffermode -docstring 'Lint buffer' L ': buffer *lint-output*' map global buffermode -docstring 'Next buffer ' n ': buffer-next'