aboutsummaryrefslogtreecommitdiffhomepage
path: root/misc
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-04-02 21:59:45 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-04-02 21:59:45 +0800
commita75633b75781237e4376c8cae136cd98d714ebab (patch)
tree88e0562a6708d13759a4928893fdacf840bb48e8 /misc
parent0399d98fa8519a72d66d323c7f1db9042ed6580f (diff)
update
Diffstat (limited to 'misc')
-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