enabled mouse mode lol

This commit is contained in:
Juan Shotyou 2024-08-25 22:42:02 +01:00
parent e90d79e7ec
commit 3d1081f7c6

View File

@ -38,7 +38,9 @@ bind -n M-k next-window
# Fix tmux color issue for vim
set -g default-terminal "xterm-256color"
set-option -sa terminal-overrides ",xterm*:Tc"
# Enable mouse mode
set -g mouse on
# Tmux Plugin Manager
# Note: Clone https://github.com/tmux-plugins/tpm to ~/.tmux/plugins/tpm first