Last active
April 14, 2020 16:46
-
-
Save jmjuanes/ff83b4ed001aa06668162d97df535afd to your computer and use it in GitHub Desktop.
My .tmux.conf configuration file
This file contains 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
######## | |
## | |
## #tmux commands | |
## Reload tmux configuration: tmux source ~/.tmux.conf | |
## | |
## tmux links | |
## https://tomlankhorst.nl/iterm-tmux-vim-true-color/ | |
## | |
######## | |
# ==== Color setting | |
## Enable 256 color | |
## https://github.com/tmux/tmux/issues/1246 | |
#set -g default-terminal "xterm-256color" | |
set -g default-terminal "screen-256color" | |
set -ga terminal-overrides ",xterm-256color:Tc" | |
#set -ga terminal-overrides ",*256col*:Tc" | |
# ==== Reload config (r) | |
#bind r source-file ~/.tmux.conf; display-message "Reload Config!!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment