fix docstring, thanks to https://github.com/geppettodivacin for pointing out!
This commit is contained in:
parent
16a083cb69
commit
b536296251
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
hook global ModuleLoaded fzf %§
|
||||
|
||||
map global fzf -docstring "open buffer" 'b' '<esc>: fzf-buffer<ret>'
|
||||
map global fzf -docstring "open buffer" '<a-b>' '<esc>: fzf-delete-buffer<ret>'
|
||||
map global fzf -docstring "delete buffer" '<a-b>' '<esc>: fzf-delete-buffer<ret>'
|
||||
|
||||
define-command -hidden fzf-buffer %{ evaluate-commands %sh{
|
||||
buffers=""
|
||||
|
|
Loading…
Reference in a new issue