diff --git a/home/user/.config/tmux/mappings.conf b/home/user/.config/tmux/mappings.conf index 0fc6ae7..ccbdbba 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -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 '#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' -_tmux_new_pane_size="30%" -_tmux_main_pane_size="70%" +_tmux_new_pane_size="34%" +_tmux_main_pane_size="66%" # Swapping windows