Skip to content

Instantly share code, notes, and snippets.

@ww24
Last active August 22, 2023 05:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ww24/f4e38ba96f4f0c7022b1c5d27aa37041 to your computer and use it in GitHub Desktop.
Save ww24/f4e38ba96f4f0c7022b1c5d27aa37041 to your computer and use it in GitHub Desktop.
tmux
# tmux 3.3a
# Use vim keybindings in copy mode
setw -g mode-keys vi
# enable mouse
set-option -g mouse on
set-option -g history-limit 10000
# status line
set-option -g status-bg "colour238"
set-option -g status-fg "colour255"
set-option -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{=21:pane_title}\" %m/%d %H:%M"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment