mirror of
https://github.com/jarun/nnn.git
synced 2024-11-17 16:39:14 +00:00
Preview-tui hide wezterm split-pane output
This commit is contained in:
parent
bbfb16db42
commit
08d2ba0b5d
|
@ -163,7 +163,7 @@ start_preview() {
|
|||
--cwd "$PWD" "$ENVSTRING" --location "${NNN_SPLIT}split" "$0" "$1" 1 ;;
|
||||
wezterm)
|
||||
if [ "$NNN_SPLIT" = "v" ]; then split="--horizontal"; else split="--bottom"; fi
|
||||
wezterm cli split-pane --cwd "$PWD" $split "$0" "$1" 1
|
||||
wezterm cli split-pane --cwd "$PWD" $split "$0" "$1" 1 >/dev/null
|
||||
wezterm cli activate-pane-direction Prev ;;
|
||||
iterm)
|
||||
command="$SHELL -c 'cd $PWD; env $ENVSTRING $0 $1 1'"
|
||||
|
|
Loading…
Reference in a new issue