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