add mouse mode and vi mode
This commit is contained in:
parent
7e3e6c7d90
commit
c57164b274
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue