From: Andre Ramnitz Date: Mon, 15 Jan 2024 17:24:34 +0000 (+0100) Subject: kak: update config X-Git-Tag: v0.2~236 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=dfee6f91ff9c28a523224a29748534f4e38cfa0b;p=dotfiles.git kak: update config --- diff --git a/config/kak/kakrc b/config/kak/kakrc index c576a582..bce9c8c7 100644 --- a/config/kak/kakrc +++ b/config/kak/kakrc @@ -132,14 +132,14 @@ map global normal ': inc %val{count} +' map global normal ': inc %val{count} -' map global normal q Q map global normal -docstring 'Next buffer ' ': buffer-next' -map global normal -docstring 'Previous buffer' ': buffer-previous' +map global normal -docstring 'Previous buffer' ': buffer-previous' # kks mappings # ────────────────────────────────────────────────────────────────────────────── map global normal -docstring 'terminal' ': kks-connect terminal' map global normal -docstring 'files' ': kks-connect terminal-popup kks-files' -map global normal -docstring 'buffers' q ': kks-connect terminal-popup kks-buffers' +map global normal -docstring 'buffers' ': kks-connect terminal-popup kks-buffers' map global normal -docstring 'live grep' ': kks-connect terminal-popup kks-grep' map global normal -docstring 'lines in buffer' ': kks-connect terminal-popup kks-lines' map global normal -docstring 'recent files' ': kks-connect terminal-popup kks-mru' @@ -161,12 +161,12 @@ map global user -docstring 'relative line numbers disable' R ': remove-high declare-user-mode buffermode map global buffermode -docstring 'enable autocomplete' a ': set-option -add buffer autocomplete insert' 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' +map global buffermode -docstring 'Previous buffer' p ': buffer-previous' map global buffermode -docstring 'wrap enable' w ': add-highlighter buffer/bw wrap' map global buffermode -docstring 'wrap disable' W ': remove-highlighter buffer/bw'