use whole tree
This commit is contained in:
parent
7582dc4820
commit
f8fd934e43
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ Supported tools:
|
||||||
Git : ""git""
|
Git : ""git""
|
||||||
|
|
||||||
Default arguments:
|
Default arguments:
|
||||||
""git ls-tree --name-only -r HEAD""
|
""git ls-tree --full-tree --name-only -r HEAD""
|
||||||
" \
|
" \
|
||||||
str fzf_git_command "git"
|
str fzf_git_command "git"
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ map global fzf-vcs -docstring "edit file from Git tree" 'g' '<esc>: fzf-git<ret>
|
||||||
define-command -hidden fzf-git %{ evaluate-commands %sh{
|
define-command -hidden fzf-git %{ evaluate-commands %sh{
|
||||||
case $kak_opt_fzf_git_command in
|
case $kak_opt_fzf_git_command in
|
||||||
git)
|
git)
|
||||||
cmd="git ls-tree --name-only -r HEAD" ;;
|
cmd="git ls-tree --full-tree --name-only -r HEAD" ;;
|
||||||
git*)
|
git*)
|
||||||
cmd=$kak_opt_fzf_git_command ;;
|
cmd=$kak_opt_fzf_git_command ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue