diff --git a/.config/kak/kakrc b/.config/kak/kakrc index 61b72d2..e4ff8c2 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -102,8 +102,6 @@ define-command fzf-terminal -params 1.. -shell-completion %{ source "%val{config}/plugins/kakoune-buffers/buffers.kak" -hook global WinDisplay .* info-buffers - map global normal ^ q map global normal Q @@ -112,6 +110,7 @@ map global normal Q B map global normal map global normal -map global normal b ':enter-user-mode -lock buffers' -docstring 'buffers (lock)…' +map global normal b ':pick-buffers' -docstring 'pick buffers' +map global normal B ':enter-user-mode -lock buffers' -docstring 'buffers (lock)…' map global normal '' '' -docstring 'jump forward'