systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit 76201d006ddf805731bce7010bcae3189065bc78
parent 5a055d49bc37c003df36a2bef5d082dc6b908708
Author: Remy Noulin <loader2x@gmail.com>
Date:   Fri, 17 Aug 2018 15:54:49 +0200

set TERM to xterm in screen and tmux to support the mouse in w3m

and other programs supporting mouse input.

dotfiles/.bash_aliases | 1 +
dotfiles/.tmux.conf    | 2 ++
2 files changed, 3 insertions(+)

Diffstat:
Mdotfiles/.bash_aliases | 1+
Mdotfiles/.tmux.conf | 2++
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dotfiles/.bash_aliases b/dotfiles/.bash_aliases @@ -28,6 +28,7 @@ alias duu="du -h --max-depth=1" alias dfh="df -h" # Screen attach detach +alias scr="screen -T xterm" alias sr="screen -r" alias sd="screen -d" alias ta="tmux attach" diff --git a/dotfiles/.tmux.conf b/dotfiles/.tmux.conf @@ -13,3 +13,5 @@ set -g set-titles-string "#T" #set-option -g status-bg colour235 #base02 #set-option -g status-fg colour136 #yellow #set-option -g status-attr default + +set -g default-terminal xterm