Created
December 27, 2021 06:25
-
-
Save uncomfyhalomacro/6b776d38da4a82f295d1ffd691ee6ff7 to your computer and use it in GitHub Desktop.
minimal 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
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