Skip to content
Snippets Groups Projects
Commit 2d07c2c4 authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

Update Virtual-Terminals.md

parent 5ac1b7f5
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ A useful feature is to create a split screen in tmux. so inside a tmux session s ...@@ -37,7 +37,7 @@ A useful feature is to create a split screen in tmux. so inside a tmux session s
enable mouse srolling and a longer history, write to `~/.tmux.conf`: enable mouse srolling and a longer history, write to `~/.tmux.conf`:
``` ```
set-window-option -g mode-mouse on set -g mouse on
set -g history-limit 30000 set -g history-limit 30000
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment