kak: Cambiar manejo de buffers

This commit is contained in:
Cat /dev/Nulo 2022-02-06 23:58:29 -03:00
parent 001bf7c3db
commit 2f38e63497

View file

@ -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 <a-^> Q
@ -112,6 +110,7 @@ map global normal Q B
map global normal <a-q> <a-b>
map global normal <a-Q> <a-B>
map global normal b ':enter-user-mode -lock buffers<ret>' -docstring 'buffers (lock)…'
map global normal b ':pick-buffers<ret>' -docstring 'pick buffers'
map global normal B ':enter-user-mode -lock buffers<ret>' -docstring 'buffers (lock)…'
map global normal '<c-p>' '<tab>' -docstring 'jump forward'