ignore path in project select menu
This commit is contained in:
parent
2ff1246599
commit
94b259cbd8
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ map global fzf-project -docstring "rename project" 'r' '<esc>: fzf-rename-projec
|
||||||
define-command -hidden fzf-project %{ evaluate-commands %sh{
|
define-command -hidden fzf-project %{ evaluate-commands %sh{
|
||||||
if [ -s ${kak_opt_fzf_project_file} ]; then
|
if [ -s ${kak_opt_fzf_project_file} ]; then
|
||||||
printf '%s\n' "info -title %{fzf open project} %{Change the server's working directory to selected project}"
|
printf '%s\n' "info -title %{fzf open project} %{Change the server's working directory to selected project}"
|
||||||
printf "%s\n" "fzf -kak-cmd change-directory -items-cmd %{cat ${kak_opt_fzf_project_file}} -fzf-args %{--reverse} -post-action fzf-file -filter %{sed 's/.*: //'}"
|
printf "%s\n" "fzf -kak-cmd change-directory -items-cmd %{cat ${kak_opt_fzf_project_file}} -fzf-args %{--reverse --delimiter=':' -n'1'} -post-action fzf-file -filter %{sed 's/.*: //'}"
|
||||||
else
|
else
|
||||||
printf "%s\n" "echo -markup %{{Information}No project defined in '${kak_opt_fzf_project_file}'}"
|
printf "%s\n" "echo -markup %{{Information}No project defined in '${kak_opt_fzf_project_file}'}"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue