set term in tmux

This commit is contained in:
Daniel Lundin 2020-10-02 10:23:12 +02:00
parent a159b4c293
commit 95ca89f367
No known key found for this signature in database
GPG key ID: 6AB527C9196ACDCC
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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