aboutsummaryrefslogtreecommitdiffhomepage
path: root/misc/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tmux.conf')
-rw-r--r--misc/tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/tmux.conf b/misc/tmux.conf
index cbd88e3..494dcd1 100644
--- a/misc/tmux.conf
+++ b/misc/tmux.conf
@@ -1,5 +1,8 @@
1set -g default-terminal "screen-256color"
2
1unbind C-b 3unbind C-b
2set-option -g prefix C-g 4set-option -g prefix C-g
5bind-key C-g send-prefix
3 6
4new-session # Start a new session if none available 7new-session # Start a new session if none available
5bind C-q select-layout even-horizontal 8bind C-q select-layout even-horizontal