diff --git a/tmux.conf b/tmux.conf index ded1220..941bc8d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -41,10 +41,10 @@ bind -r C-h run "tmux select-pane -L" bind -r C-j run "tmux select-pane -D" bind -r C-k run "tmux select-pane -U" bind -r C-l run "tmux select-pane -R" -bind < resize-pane -L 2 -bind > resize-pane -R 2 -bind [ resize-pane -D 2 -bind ] resize-pane -U 2 +bind [ resize-pane -L 5 +bind ] resize-pane -R 5 +bind < resize-pane -D 5 +bind > resize-pane -U 5 bind-key b command-prompt -p "create pane from:" "join-pane -s ':%%'" bind-key v command-prompt -p "send pane to:" "join-pane -t ':%%'"