style(tmux): change main pane size
This commit is contained in:
parent
8cb58dcd39
commit
643794521d
@ -58,7 +58,6 @@ bind C-d if -F '#{session_many_attached}' {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bind r command-prompt -I '#W' -p "New window name:" "rename-window '%%'"
|
bind r command-prompt -I '#W' -p "New window name:" "rename-window '%%'"
|
||||||
bind R command-prompt -I '#S' -p "New session name:" "rename-session '%%'"
|
bind R command-prompt -I '#S' -p "New session name:" "rename-session '%%'"
|
||||||
|
|
||||||
@ -149,8 +148,8 @@ bind -n 'M-(' if-shell 'tmux join-pane -d -h -t :9' '' 'break-pane -t 9 -d -n 9'
|
|||||||
bind -n 'M-)' if-shell 'tmux join-pane -d -h -t :10' '' 'break-pane -t 10 -d -n 10'
|
bind -n 'M-)' if-shell 'tmux join-pane -d -h -t :10' '' 'break-pane -t 10 -d -n 10'
|
||||||
|
|
||||||
|
|
||||||
_tmux_new_pane_size="30%"
|
_tmux_new_pane_size="34%"
|
||||||
_tmux_main_pane_size="70%"
|
_tmux_main_pane_size="66%"
|
||||||
|
|
||||||
|
|
||||||
# Swapping windows
|
# Swapping windows
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user