Skip to content

Instantly share code, notes, and snippets.

@jmjuanes
Last active April 14, 2020 16:46
Show Gist options
  • Save jmjuanes/ff83b4ed001aa06668162d97df535afd to your computer and use it in GitHub Desktop.
Save jmjuanes/ff83b4ed001aa06668162d97df535afd to your computer and use it in GitHub Desktop.
My .tmux.conf configuration file
########
##
## #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