magrigor / machines

0 stars 0 forks source link

Add vim+tmux support #2

Open cyberpunk1294 opened 4 years ago

cyberpunk1294 commented 4 years ago

~/.tmux.conf

# Improve colors
set -g default-terminal 'screen-256color'

# Set scrollback buffer to 10000
set -g history-limit 10000

# Customize the status line
set -g status-fg  white
set -g status-bg  blue
cyberpunk1294 commented 4 years ago

https://linuxize.com/post/getting-started-with-tmux/