kak: Cambiar forma que se manejan los buffers
This commit is contained in:
parent
c8f58914ca
commit
789ab805f8
1 changed files with 1 additions and 4 deletions
|
@ -82,7 +82,6 @@ hook global ModuleLoaded fzf-grep %{
|
|||
}
|
||||
map -docstring 'search files' global user f ': fzf-mode<ret>f'
|
||||
map -docstring 'grep files' global user g ': fzf-mode<ret>g'
|
||||
map -docstring 'search buffers' global user b ': fzf-mode<ret>b'
|
||||
|
||||
# ------------
|
||||
# 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 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'
|
||||
|
|
Loading…
Reference in a new issue