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
|
||||
[ -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
|
||||
|
|
Loading…
Reference in a new issue