chore(tmux): increased floating window size for lazygit

This commit is contained in:
Afonso Franco 2024-07-31 14:24:06 +01:00
parent 43fafa3a76
commit e049a5e387
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4

View file

@ -29,4 +29,4 @@ bind-key 's' display-popup -E -w 90% -h 90% "~/.local/bin/tms"
#Lazygit
unbind g
bind-key 'g' display-popup -d '#{pane_current_path}' -E -w 90% -h 90% "lazygit"
bind-key 'g' display-popup -d '#{pane_current_path}' -E -w 95% -h 95% "lazygit"