From dfee6f91ff9c28a523224a29748534f4e38cfa0b Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Mon, 15 Jan 2024 18:24:34 +0100 Subject: [PATCH] kak: update config --- config/kak/kakrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' -- 2.51.2