set term in tmux
This commit is contained in:
parent
a159b4c293
commit
95ca89f367
2 changed files with 1 additions and 3 deletions
|
@ -4,7 +4,6 @@ IdentityAgent /run/user/1000/gnupg/S.gpg-agent.ssh
|
|||
ForwardAgent yes
|
||||
ExitOnForwardFailure yes
|
||||
RequestTty yes
|
||||
LocalForward 127.0.0.1:3000 127.0.0.1:3000
|
||||
LocalForward 127.0.0.1:8000 127.0.0.1:8000
|
||||
LocalForward 127.0.0.1:8080 127.0.0.1:8080
|
||||
LocalForward 127.0.0.1:9090 127.0.0.1:9090
|
||||
|
|
|
@ -18,8 +18,7 @@ bind-key ] paste-buffer -p
|
|||
set -g update-environment "XAUTHORITY DISPLAY WINDOWID SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION"
|
||||
set -g default-command zsh
|
||||
set -g history-limit 50000
|
||||
set -g default-terminal "xterm-kitty"
|
||||
#set -g default-terminal "tmux-256color"
|
||||
set -g default-terminal "tmux-256color"
|
||||
#set -ga terminal-overrides ',*:Tc' # this is for 256 color
|
||||
#set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' # this is for the cursor shape
|
||||
|
||||
|
|
Loading…
Reference in a new issue