kak: Cambiar manejo de buffers
This commit is contained in:
parent
001bf7c3db
commit
2f38e63497
1 changed files with 2 additions and 3 deletions
|
@ -102,8 +102,6 @@ define-command fzf-terminal -params 1.. -shell-completion %{
|
||||||
|
|
||||||
source "%val{config}/plugins/kakoune-buffers/buffers.kak"
|
source "%val{config}/plugins/kakoune-buffers/buffers.kak"
|
||||||
|
|
||||||
hook global WinDisplay .* info-buffers
|
|
||||||
|
|
||||||
map global normal ^ q
|
map global normal ^ q
|
||||||
map global normal <a-^> 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 <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'
|
map global normal '<c-p>' '<tab>' -docstring 'jump forward'
|
||||||
|
|
Loading…
Reference in a new issue