fzf-vcs: fix typo in command docstring
This commit is contained in:
parent
b257db0bf8
commit
59f28b903a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
hook global ModuleLoaded fzf %§
|
hook global ModuleLoaded fzf %§
|
||||||
|
|
||||||
map global fzf -docstring "edit file from vcs repo" 'v' '<esc>: require-module fzf_vcs; fzf-vcs<ret>'
|
map global fzf -docstring "edit file from vcs repo" 'v' '<esc>: require-module fzf_vcs; fzf-vcs<ret>'
|
||||||
map global fzf -docstring "svitch to vcs selection mode" '<a-v>' '<esc>: fzf-vcs-mode<ret>'
|
map global fzf -docstring "switch to vcs selection mode" '<a-v>' '<esc>: fzf-vcs-mode<ret>'
|
||||||
|
|
||||||
define-command -docstring "Enter fzf-vcs-mode.
|
define-command -docstring "Enter fzf-vcs-mode.
|
||||||
This mode allows selecting specific vcs command." \
|
This mode allows selecting specific vcs command." \
|
||||||
|
|
Loading…
Reference in a new issue