add mouse mode and vi mode

This commit is contained in:
andrzej 2024-06-13 09:39:24 +02:00
parent 7e3e6c7d90
commit c57164b274
1 changed files with 3 additions and 0 deletions

View File

@ -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/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'christoomey/vim-tmux-navigator'
set -g mouse on
setw -g mode-keys vi
# Other examples: # Other examples:
# set -g @plugin 'github_username/plugin_name' # set -g @plugin 'github_username/plugin_name'
# set -g @plugin 'github_username/plugin_name#branch' # set -g @plugin 'github_username/plugin_name#branch'