kak: Cambiar forma que se manejan los buffers

This commit is contained in:
Cat /dev/Nulo 2022-01-06 21:09:32 -03:00
parent c8f58914ca
commit 789ab805f8

View file

@ -82,7 +82,6 @@ hook global ModuleLoaded fzf-grep %{
} }
map -docstring 'search files' global user f ': fzf-mode<ret>f' map -docstring 'search files' global user f ': fzf-mode<ret>f'
map -docstring 'grep files' global user g ': fzf-mode<ret>g' map -docstring 'grep files' global user g ': fzf-mode<ret>g'
map -docstring 'search buffers' global user b ': fzf-mode<ret>b'
# ------------ # ------------
# Buffer switching # Buffer switching
@ -100,8 +99,6 @@ map global normal Q B
map global normal <a-q> <a-b> map global normal <a-q> <a-b>
map global normal <a-Q> <a-B> map global normal <a-Q> <a-B>
map global normal b ':enter-buffers-mode<ret>' -docstring 'buffers…' map global normal b ':enter-user-mode -lock buffers<ret>' -docstring 'buffers (lock)…'
map global normal B ':enter-user-mode -lock buffers<ret>' -docstring 'buffers (lock)…'
map global normal '<c-p>' '<tab>' -docstring 'jump forward' map global normal '<c-p>' '<tab>' -docstring 'jump forward'