diff --git a/tmux.conf b/tmux.conf index 4d7bf75..ded1220 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 -r S-j resize-pane -D 2 -bind -r S-k resize-pane -U 2 -bind -r S-h resize-pane -L 2 -bind -r S-l resize-pane -R 2 +bind < resize-pane -L 2 +bind > resize-pane -R 2 +bind [ resize-pane -D 2 +bind ] resize-pane -U 2 bind-key b command-prompt -p "create pane from:" "join-pane -s ':%%'" bind-key v command-prompt -p "send pane to:" "join-pane -t ':%%'"