Add a tmux config file.
This commit is contained in:
parent
77e9a05e9c
commit
f1238300d5
6
.tmux.conf
Normal file
6
.tmux.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
# CTRL-A
|
||||
set-option -g prefix C-a
|
||||
|
||||
# "Normal" scrolling
|
||||
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
||||
set -g mode-mouse on
|
Loading…
Reference in a new issue