increase size of popups to cover terminal
This commit is contained in:
+3
-3
@@ -18,9 +18,9 @@ bind c-j select-pane -D
|
|||||||
bind c-k select-pane -U
|
bind c-k select-pane -U
|
||||||
bind c-l select-pane -R
|
bind c-l select-pane -R
|
||||||
|
|
||||||
bind c-g popup -E -w 80% -h 80% -d "#{pane_current_path}" -b rounded lazygit
|
bind c-g popup -E -w 100% -h 100% -d "#{pane_current_path}" -b rounded lazygit
|
||||||
bind c-t popup -E -w 80% -h 80% -b rounded -d "#{pane_current_path}"
|
bind c-t popup -E -w 100% -h 100% -b rounded -d "#{pane_current_path}"
|
||||||
bind c-s popup -E -w 80% -h 80% -b rounded "sesh"
|
bind c-s popup -E -w 100% -h 100% -b rounded "sesh"
|
||||||
bind c-x confirm-before -p "Kill current session #S? (y/n)" kill-session
|
bind c-x confirm-before -p "Kill current session #S? (y/n)" kill-session
|
||||||
|
|
||||||
bind j command-prompt -p "Join window:" "join-pane -h -s %1"
|
bind j command-prompt -p "Join window:" "join-pane -h -s %1"
|
||||||
|
|||||||
Reference in New Issue
Block a user