diff --git a/rc/fzf.kak b/rc/fzf.kak index 9dd7992..3638fad 100644 --- a/rc/fzf.kak +++ b/rc/fzf.kak @@ -177,7 +177,7 @@ fzf -params 2..4 %{ evaluate-commands %sh{ if [ -n "$kak_client_env_TMUX" ]; then [ -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 cmd="terminal %{$fzfcmd}" fi