From 793cf1646cc21e04644812eed5ad03fadae2300c Mon Sep 17 00:00:00 2001 From: Michael Blaschek <michael.blaschek@univie.ac.at> Date: Fri, 28 Jan 2022 15:01:15 +0000 Subject: [PATCH] Update Virtual-Terminals.md --- Misc/Virtual-Terminals.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Misc/Virtual-Terminals.md b/Misc/Virtual-Terminals.md index ccd0e23..bdd0163 100644 --- a/Misc/Virtual-Terminals.md +++ b/Misc/Virtual-Terminals.md @@ -35,6 +35,11 @@ tmux kill-server A useful feature is to create a split screen in tmux. so inside a tmux session switch to command mode (`CTRL+b`) and push `"` for horizontal split or `%` for vertical split. Moving between splits or here called panes can be done in multiple ways, but easily with `CTRL+b` and the arrow-keys  +enable mouse srolling and a longer history, write to `~/.tmux.conf`: +``` +set-window-option -g mode-mouse on +set -g history-limit 30000 +``` ### Sharing a tmux session with other users? -- GitLab