Skip to content

Instantly share code, notes, and snippets.

@yashkant
Created August 21, 2025 18:23
Show Gist options
  • Select an option

  • Save yashkant/cd4b935d52dbff3849effc151fd57850 to your computer and use it in GitHub Desktop.

Select an option

Save yashkant/cd4b935d52dbff3849effc151fd57850 to your computer and use it in GitHub Desktop.
tmux conf
# 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