diff --git a/.tmux.conf b/.tmux.conf index 0dfbd82..703dd8c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,6 +3,9 @@ set -g prefix C-z unbind C-b bind C-z send-prefix +# enable mouse support +set -g mouse on + # open new panes in current directory bind % split-window -h -c "#{pane_current_path}" bind '"' split-window -v -c "#{pane_current_path}"