kak: agregar shortcut para buscar buffers con fzf
This commit is contained in:
parent
222ea43186
commit
7f73d5a5d8
1 changed files with 2 additions and 0 deletions
|
@ -106,10 +106,12 @@ 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
|
||||
# ------------
|
||||
|
||||
source "%val{config}/plugins/kakoune-buffers/buffers.kak"
|
||||
|
||||
hook global WinDisplay .* info-buffers
|
||||
|
|
Loading…
Reference in a new issue