Created
August 21, 2025 18:23
-
-
Save yashkant/cd4b935d52dbff3849effc151fd57850 to your computer and use it in GitHub Desktop.
tmux conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # start with mouse mode enabled | |
| set -g mouse on | |
| bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'copy-mode -e'" | |
| # increase history size | |
| set -g history-limit 10000 | |
| # set arrow keys on | |
| # setw -g xterm-keys on | |
| # set auto-rename off | |
| set-option -g allow-rename off% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment