Set TERM to recommended tmux terminal

This commit is contained in:
Sonny 2019-01-17 11:13:56 +01:00
parent cab056e348
commit fb0f485ab5
4 changed files with 514 additions and 4 deletions

View file

@ -1,7 +1,8 @@
# use vim copy/paste keybindings
setw -g mode-keys vi
set-option -g default-shell /bin/bash
set -g default-terminal "screen-256color"
set -g default-shell /bin/bash
# split panes using | and -
bind | split-window -h