mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
OK, italics in tmux
This commit is contained in:
BIN
.terminfo/t/tmux-256color-italic
Normal file
BIN
.terminfo/t/tmux-256color-italic
Normal file
Binary file not shown.
13
.terminfo/tmux-256color-italic.terminfo
Normal file
13
.terminfo/tmux-256color-italic.terminfo
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# A xterm-256color based TERMINFO that adds the escape sequences for italic.
|
||||||
|
#
|
||||||
|
# Install:
|
||||||
|
#
|
||||||
|
# tic xterm-256color-italic.terminfo
|
||||||
|
#
|
||||||
|
# Usage:
|
||||||
|
#
|
||||||
|
# export TERM=xterm-256color-italic
|
||||||
|
#
|
||||||
|
tmux-256color-italic|tmux with 256 colors and italic,
|
||||||
|
sitm=\ePtmux;\e\E[3m\e\\, ritm=\ePtmux;\e\E[23m\e\\,
|
||||||
|
use=screen-256color,
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
set -g bell-action any
|
set -g bell-action any
|
||||||
|
|
||||||
# Default termtype. If the rcfile sets $TERM, that overrides this value.
|
# Default termtype. If the rcfile sets $TERM, that overrides this value.
|
||||||
set -g default-terminal screen-256color
|
set -g default-terminal tmux-256color-italic
|
||||||
|
|
||||||
# Keep your finger on ctrl, or don't
|
# Keep your finger on ctrl, or don't
|
||||||
bind-key ^D detach-client
|
bind-key ^D detach-client
|
||||||
|
|||||||
Reference in New Issue
Block a user