From aa362a7a35b81e225227e49567bcb4a8cb7ce8b1 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Thu, 9 Oct 2025 19:49:06 +0200 Subject: [PATCH] lazygit floating window --- tmux/.tmux.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 6d15f06..37c135d 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -19,8 +19,10 @@ bind l select-pane -R bind | split-window -h bind - split-window -v -# Set default terminal to 256 colors -set -g default-terminal "screen-256color" +bind g popup -E -w 80% -h 90% -d "#{pane_current_path}" lazygit + +set -g default-terminal "tmux-256color" +set -as terminal-overrides ",xterm-256color:Tc" black="#000000" gray_light="#D8DEE9"