From 95ca89f367b013e48b24354f6812ddb7448352e2 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Fri, 2 Oct 2020 10:23:12 +0200 Subject: [PATCH] set term in tmux --- .ssh/config | 1 - .tmux.conf | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.ssh/config b/.ssh/config index 5bb5557..99290eb 100644 --- a/.ssh/config +++ b/.ssh/config @@ -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 diff --git a/.tmux.conf b/.tmux.conf index c3f2124..59b733d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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