Skip to content

Instantly share code, notes, and snippets.

@uncomfyhalomacro
Created December 27, 2021 06:25
Show Gist options
  • Save uncomfyhalomacro/6b776d38da4a82f295d1ffd691ee6ff7 to your computer and use it in GitHub Desktop.
Save uncomfyhalomacro/6b776d38da4a82f295d1ffd691ee6ff7 to your computer and use it in GitHub Desktop.
minimal tmux conf
set-option -ga terminal-overrides ",xterm-256color:Tc"
set -g default-terminal "screen-256color"
set -g mouse on
set-window-option -g aggressive-resize
bind-key = select-layout even-horizontal
bind-key \\ select-layout even-vertical
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment