Last active
October 24, 2021 05:12
-
-
Save knishioka/9f9939a6b806bc1f77029203d4d60f48 to your computer and use it in GitHub Desktop.
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
unbind-key C-b | |
set-option -g prefix C-t | |
bind-key C-t send-prefix | |
set-option -g history-limit 2000 | |
set-option -g status-fg white | |
set-option -g status-bg black | |
setw -g window-status-current-style "bg=blue,fg=white" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment