diff --git a/roles/home-cli/files/bashrc b/roles/home-cli/files/bashrc index a61075f..53cea48 100644 --- a/roles/home-cli/files/bashrc +++ b/roles/home-cli/files/bashrc @@ -180,9 +180,9 @@ emacsro () { tm () { if tmux list-session 2>/dev/null 1>/dev/null then - tmux -2 -u attach-session + tmux attach-session else - tmux -2 -u new-session + tmux new-session fi } diff --git a/roles/home-cli/files/tmux.conf b/roles/home-cli/files/tmux.conf index 5ec018b..69e1068 100644 --- a/roles/home-cli/files/tmux.conf +++ b/roles/home-cli/files/tmux.conf @@ -10,4 +10,5 @@ set-option -g display-panes-time 5000 set-option -g mouse off set-option -g pane-base-index 1 set-option -g status-right '' +set-option -g terminal-features "256:utf-8" set-window-option -g xterm-keys on