1
0
Fork 0

uncomment tmux case (oops)

This commit is contained in:
Andrey Orst 2019-03-25 10:33:22 +03:00
parent 2aa0b0ac15
commit d8b7803825

View file

@ -177,7 +177,7 @@ fzf -params 2..4 %{ evaluate-commands %sh{
if [ -n "$kak_client_env_TMUX" ]; then if [ -n "$kak_client_env_TMUX" ]; then
[ -n "${tmux_height%%*%}" ] && measure="-l" || measure="-p" [ -n "${tmux_height%%*%}" ] && measure="-l" || measure="-p"
# cmd="nop %sh{ command tmux split-window $measure ${tmux_height%%%*} 'sh -c $fzfcmd' }" cmd="nop %sh{ command tmux split-window $measure ${tmux_height%%%*} 'sh -c $fzfcmd' }"
else else
cmd="terminal %{$fzfcmd}" cmd="terminal %{$fzfcmd}"
fi fi