diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index d246dda..d1e4a3f 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -18,7 +18,7 @@ bind l select-pane -R bind | split-window -h bind - split-window -v -bind g popup -E -w 80% -h 90% -d "#{pane_current_path}" -B lazygit +bind g popup -E -w 100% -h 100% -d "#{pane_current_path}" -B lazygit set -g default-terminal "tmux-256color" set -as terminal-overrides ",xterm-256color:Tc"