Italics in tmux
This commit is contained in:
5
install
5
install
@@ -6,4 +6,7 @@ git submodule update;
|
||||
|
||||
cd .vim/bundle/vimproc.vim && make && cd ../../..
|
||||
|
||||
rsync --exclude ".git/" --exclude ".git*" --exclude "install" --exclude "py3status" --exclude "bin/" -avhE --no-perms . ~;
|
||||
tic -x profiles/xterm-256color-italic.terminfo
|
||||
tic -x profiles/tmux-256color.terminfo
|
||||
|
||||
rsync --exclude ".git/" --exclude ".git*" --exclude "install" --exclude "profiles" --exclude "py3status" --exclude "bin/" -avhE --no-perms . ~;
|
||||
|
||||
4
profiles/tmux-256color.terminfo
Normal file
4
profiles/tmux-256color.terminfo
Normal file
@@ -0,0 +1,4 @@
|
||||
tmux-256color|tmux with 256 colors,
|
||||
ritm=\E[23m, rmso=\E[27m, sitm=\E[3m, smso=\E[7m, Ms@,
|
||||
khome=\E[1~, kend=\E[4~,
|
||||
use=xterm-256color, use=screen-256color,
|
||||
3
profiles/xterm-256color-italic.terminfo
Normal file
3
profiles/xterm-256color-italic.terminfo
Normal file
@@ -0,0 +1,3 @@
|
||||
xterm-256color-italic|xterm with 256 colors and italic,
|
||||
sitm=\E[3m, ritm=\E[23m,
|
||||
use=xterm-256color,
|
||||
Reference in New Issue
Block a user