From f789ee615faaa36a4543fce5f4cbf5b8a3e13194 Mon Sep 17 00:00:00 2001 From: HerrCraziDev Date: Thu, 13 Apr 2023 17:32:14 +0200 Subject: [PATCH] tmux scrollback buffer + alias typos --- .aliases | 6 ++++-- tmux/.tmux.conf | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.aliases b/.aliases index b14705b..51b7bae 100644 --- a/.aliases +++ b/.aliases @@ -16,8 +16,8 @@ alias ntopw='speedometer -rx wlp0s20f3 -tx wlp0s20f3' alias ntopeth='speedometer -rx enp7s0 -tx enp7s0' alias svc='sudo systemctl' alias svcup='svc start' -alias scvdown='svc stop' -alias scvrs='svc restart' +alias svcdown='svc stop' +alias svcrs='svc restart' alias py='python3.8' alias pkgi='sudo dpkg -i' alias scr='screen -S dev' @@ -26,4 +26,6 @@ alias tmr='tmux attach' alias ll='ls -lah --color=auto' alias reload='source ~/.termrc' +alias ssj="ssh -J pi@bst1.chenco.dev" + #alias mc-install-plugin='echo "Installing $2"; echo "Done !"' diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 467f7d6..54c6929 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -46,6 +46,9 @@ set -g display-panes-colour colour244 #set-option -g status-utf8 on set -g default-terminal "xterm-256color" +# Scrollback buffer +set -g history-limit 64000 + # Enable mouse integration set -g mouse on