]> Freerunner's - dotfiles.git/commitdiff
kak: update
authorAndre Ramnitz <tux.rising@gmail.com>
Thu, 4 Jan 2024 13:54:32 +0000 (14:54 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:53 +0000 (18:18 +0200)
config/kak/kakrc

index c0be3f2a14af39f8b2751577dea447b3f5ade4f8..c576a582e8533b0cc9847deeba72e58b008afc52 100644 (file)
@@ -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<ret>'
 map global buffermode -docstring 'Previous buffer' b ': buffer-previous<ret>'
 map global buffermode -docstring 'clean tabs and trailing whitespace in the buffer' c ': clean-buffer<ret>'
+map global buffermode -docstring 'delete buffer' d ': delete-buffer<ret>'
 map global buffermode -docstring 'buffer picker' l ': kks-connect terminal-popup kks-buffers<ret>'
 map global buffermode -docstring 'Lint buffer' L ': buffer *lint-output*<ret>'
 map global buffermode -docstring 'Next buffer ' n ': buffer-next<ret>'