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>'
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>'