dotfiles/tmux/.tmux.conf

16 lines
407 B
Plaintext
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# set -g default-terminal screen-256color
# set -g default-terminal tmux-256color
set -g default-terminal xterm-256color
set -ga terminal-overrides ",*256col*:Tc"
set -g mouse on
bind r source-file ~/.tmux.conf \; display "Reloaded!"
set-option -g history-limit 5000
setw -g automatic-rename on
set-option -g status-position top
# set the status line's colors
set -g status-style fg=black,bg=#928374