feat tmux: enable mouse support
This commit is contained in:
parent
b5d17051cd
commit
9045a87e7a
@ -1,3 +1,8 @@
|
||||
# Tmux Basic Configure
|
||||
set -g mouse on
|
||||
set -g mode-keys vi
|
||||
|
||||
# == TPM Configure ============================================================
|
||||
# List of plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
@ -10,3 +15,5 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
# == Plugin Configure =========================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user