[tmux] Changed size of tmux pop up windows

This commit is contained in:
Afonso Franco 2024-03-19 03:00:44 +00:00
parent ecf0f8a972
commit a54c50e692
Signed by: afonso
SSH key fingerprint: SHA256:aiLbdlPwXKJS5wMnghdtod0SPy8imZjlVvCyUX9DJNk

View file

@ -25,12 +25,12 @@ bind-key 'o' if-shell "$is_vim" 'send-keys F8' 'select-pane -R'
# Tmus sessionizer
unbind s
bind-key 's' display-popup -E "~/.local/bin/tms"
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 "lazygit"
bind-key 'g' display-popup -d '#{pane_current_path}' -E -w 90% -h 90% "lazygit"
# Edit vim config
unbind e
bind-key 'e' display-popup -d '/Users/afonso/.config/nvim/' -E "nvim ."
bind-key 'e' display-popup -d '/Users/afonso/.config/nvim/' -E -w 90% -h 90% "nvim ."