From af6dd1540ca19f11056c13a3a4d3e08beced06f2 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Fri, 6 May 2022 12:10:42 -0500 Subject: fix(tmux): increase size of popup windows --- tmux/.config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux') diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 62e06a2..40db3b5 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -18,9 +18,9 @@ bind-key -N "Show a clock" T clock-mode bind-key -N "Open project in new session" f run-shell ~/.local/bin/tmux-sessionizer bind-key -N "Switch between sessions" F run-shell ~/.local/bin/tmux-sessions bind-key -N "Open neovim" e new-window -Sn nvim nvim -bind-key -N "Open spotify in popup" s display-popup -w 75% -h 75% -E spt +bind-key -N "Open spotify in popup" s display-popup -w 90% -h 90% -E spt bind-key -N "Open spotify in new window" S new-window -S spt -bind-key -N "Open spotify in popup" g display-popup -w 75% -h 75% -E lazygit +bind-key -N "Open spotify in popup" g display-popup -w 90% -h 90% -E lazygit bind-key -N "Open lazygit in new window" G new-window -S lazygit set -g @plugin 'tmux-plugins/tpm' -- cgit v1.2.3-70-g09d2