diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index dc54a56..227f9b6 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -70,6 +70,12 @@ bind-key -t vi-copy 'y' copy-selection # Vim keybind so that paste is done more naturally instead of with ] bind p paste-buffer +# Resize tmux splits +bind-key -r < resize-pane -L 3 +bind-key -r > resize-pane -R 3 +bind-key -r + resize-pane -U 1 +bind-key -r = resize-pane -D 1 + ################################### # # # Custom Settings #