]> Freerunner's - dotfiles.git/commitdiff
kak: update config
authorAndre Ramnitz <tux.rising@gmail.com>
Mon, 15 Jan 2024 17:24:34 +0000 (18:24 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:53 +0000 (18:18 +0200)
config/kak/kakrc

index c576a582e8533b0cc9847deeba72e58b008afc52..bce9c8c7a15c98ba7e6f6ba8e61b25ae932baa24 100644 (file)
@@ -132,14 +132,14 @@ map global normal <c-a> ': inc %val{count} +<ret>'
 map global normal <c-x> ': inc %val{count} -<ret>'
 map global normal q Q
 map global normal -docstring 'Next buffer '     <c-n> ': buffer-next<ret>'
-map global normal -docstring 'Previous buffer'  <c-b> ': buffer-previous<ret>'
+map global normal -docstring 'Previous buffer'  <c-p> ': buffer-previous<ret>'
 
 
 # kks mappings
 # ──────────────────────────────────────────────────────────────────────────────
 map global normal -docstring 'terminal'         <c-t> ': kks-connect terminal<ret>'
 map global normal -docstring 'files'            <c-f> ': kks-connect terminal-popup kks-files<ret>'
-map global normal -docstring 'buffers'          q     ': kks-connect terminal-popup kks-buffers<ret>'
+map global normal -docstring 'buffers'          <c-b> ': kks-connect terminal-popup kks-buffers<ret>'
 map global normal -docstring 'live grep'        <c-g> ': kks-connect terminal-popup kks-grep<ret>'
 map global normal -docstring 'lines in buffer'  <c-l> ': kks-connect terminal-popup kks-lines<ret>'
 map global normal -docstring 'recent files'     <c-r> ': kks-connect terminal-popup kks-mru<ret>'
@@ -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<ret>'
 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>'
+map global buffermode -docstring 'Previous buffer' p ': buffer-previous<ret>'
 map global buffermode -docstring 'wrap enable' w ': add-highlighter buffer/bw wrap<ret>'
 map global buffermode -docstring 'wrap disable' W ': remove-highlighter buffer/bw<ret>'