diff --git a/.tmux.conf b/.tmux.conf index 37a94f3..9a6a3ea 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -16,8 +16,8 @@ bind v split-window -h # move around panes with j and k, a bit like vim # as of tmux 1.1, there is no way to move based on pane position (ie, no way to # move the pane to the right) -bind j down-pane -bind k up-pane +#bind j down-pane +#bind k up-pane # resize panes like vim # feel free to change the "1" to however many lines you want to resize by, only @@ -41,6 +41,7 @@ setw -g mode-keys vi # set-option -g default-terminal "screen-256color" set-option -g mouse-select-pane on +set-option -g mouse-resize-pane on set-option -g status-keys vi set-option -g bell-action any set-option -g set-titles on