terminalslagsmål
This commit is contained in:
parent
49feb3d05d
commit
d8decfcf23
1 changed files with 9 additions and 2 deletions
11
.tmux.conf
11
.tmux.conf
|
@ -18,8 +18,15 @@ bind-key ] paste-buffer -p
|
||||||
set -g update-environment "XAUTHORITY DISPLAY WINDOWID SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION"
|
set -g update-environment "XAUTHORITY DISPLAY WINDOWID SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION"
|
||||||
set -g default-command zsh
|
set -g default-command zsh
|
||||||
set -g history-limit 50000
|
set -g history-limit 50000
|
||||||
set -g default-terminal "tmux-256color"
|
#set -g default-terminal "tmux-256color"
|
||||||
set -as terminal-overrides ',*:Tc:Su:smuc=\E[4:3m:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # colored underline
|
set -g default-terminal "xterm-kitty"
|
||||||
|
#set -as terminal-overrides ',*:Tc:Su:smuc=\E[4:3m:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # colored underline
|
||||||
|
|
||||||
|
set -ga terminal-overrides ",*:Tc" # true colous support
|
||||||
|
set -as terminal-overrides ',*:sitm=\E[3m' # Italics support for older ncurses
|
||||||
|
set -as terminal-overrides ',*:smxx=\E[9m' # Strikeout
|
||||||
|
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
|
||||||
|
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # under
|
||||||
|
|
||||||
# Key bindings
|
# Key bindings
|
||||||
bind -n M-Left select-pane -L
|
bind -n M-Left select-pane -L
|
||||||
|
|
Loading…
Reference in a new issue