Configure tmux truecolor terminal
This commit is contained in:
@@ -4,6 +4,10 @@
|
|||||||
set -g extended-keys on
|
set -g extended-keys on
|
||||||
set -g extended-keys-format csi-u
|
set -g extended-keys-format csi-u
|
||||||
|
|
||||||
|
# Use 256-colour tmux terminfo and advertise truecolour support to apps.
|
||||||
|
set -g default-terminal "tmux-256color"
|
||||||
|
set -as terminal-features ",*:RGB"
|
||||||
|
|
||||||
# Keep a large scrollback history.
|
# Keep a large scrollback history.
|
||||||
set -g history-limit 1000000
|
set -g history-limit 1000000
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user