Skip to content

Commit

Permalink
tmux: Increase size of sessio picker popup
Browse files Browse the repository at this point in the history
Works better on the small darwin screen.
  • Loading branch information
juanibiapina committed Feb 3, 2025
1 parent 39838f9 commit 90e531c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/libexec/tmux/open
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ if [ "$(uname)" = "Linux" ]; then
xargs_arg="-r"
fi

tmux display-popup -E -w 60% -h 80% "dev list | fzf --reverse --preview 'dev preview {}' | xargs ${xargs_arg} dev open"
tmux display-popup -E -w 90% -h 90% "dev list | fzf --reverse --preview 'dev preview {}' | xargs ${xargs_arg} dev open"

0 comments on commit 90e531c

Please sign in to comment.