Skip to content

Commit

Permalink
wez suggested to name the subcommand 'zoom-pane'
Browse files Browse the repository at this point in the history
  • Loading branch information
quantonganh committed Nov 9, 2023
1 parent 4bb673d commit f46e799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-fzf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ top_pane_id=$(wezterm cli get-pane-direction Up)
if [ -z "$selected_file" ]; then
if [ -n "${top_pane_id}" ]; then
wezterm cli activate-pane-direction --pane-id $top_pane_id Up
wezterm cli toggle-pane-zoom-state
wezterm cli zoom-pane --pane-id $top_pane_id
fi
exit 0
fi
Expand Down

0 comments on commit f46e799

Please sign in to comment.