diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 539909e..8e954f9 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -8,6 +8,9 @@ set -g @rose_pine_date_time '%a %e %B | %R' set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'christoomey/vim-tmux-navigator' + +set -g mouse on +setw -g mode-keys vi # Other examples: # set -g @plugin 'github_username/plugin_name' # set -g @plugin 'github_username/plugin_name#branch'