uncomment tmux case (oops)
This commit is contained in:
parent
2aa0b0ac15
commit
d8b7803825
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue