1
0
Fork 0

display current pwd in info box

This commit is contained in:
Andrey Orst 2019-03-27 14:54:12 +03:00
parent 9aefbe4e58
commit a81ad3935a

View file

@ -34,7 +34,8 @@ map global fzf -docstring "change directory" 'c' '<esc>: fzf-cd<ret>'
define-command -hidden fzf-cd %{ evaluate-commands %sh{
tmux_height=$kak_opt_fzf_tmux_height
printf '%s\n' "info -title %{fzf change directory} %{Change the server's working directory}"
printf '%s\n' "info -title %{fzf change directory} %{Change the server's working directory
current path: $(pwd)}"
case $kak_opt_fzf_cd_command in
find)