my dotfiles and other common configs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
dotfiles/tmux.conf

16 lines
270 B

#setup 256 color
set -g default-terminal "screen-256color"
#increase scrollback
set -g history-limit 10000
# utf8 support
set-window-option -g utf8 on
#set vim keybindings
setw -g mode-keys vi
#shorten command delay
set -sg escape-time 1
# status bar configuration