mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Set TERM to screen-256color in tmux
This commit is contained in:
@@ -3,7 +3,7 @@ unbind C-b
|
|||||||
set -g prefix C-q
|
set -g prefix C-q
|
||||||
|
|
||||||
# Settings
|
# Settings
|
||||||
set -g default-terminal "xterm-256color"
|
set -g default-terminal "screen-256color"
|
||||||
set -g detach-on-destroy on
|
set -g detach-on-destroy on
|
||||||
set -g mode-mouse on
|
set -g mode-mouse on
|
||||||
set -g mouse-select-pane on
|
set -g mouse-select-pane on
|
||||||
|
|||||||
Reference in New Issue
Block a user