aboutsummaryrefslogtreecommitdiffhomepage
path: root/misc/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tmux.conf')
-rw-r--r--misc/tmux.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/tmux.conf b/misc/tmux.conf
index a87b07a..0806bbf 100644
--- a/misc/tmux.conf
+++ b/misc/tmux.conf
@@ -1,8 +1,11 @@
1set -g default-terminal "tmux-256color" 1set -g default-terminal "tmux-256color"
2set -ag terminal-overrides ",xterm-256color:RGB"
2 3
3unbind C-b 4unbind C-b
4set-option -g prefix C-g 5set-option -g prefix C-g
5bind-key C-g send-prefix 6bind-key C-g send-prefix
7set-option -gw xterm-keys on
8bind-key -nr C-_ send-keys C-/
6 9
7new-session # Start a new session if none available 10new-session # Start a new session if none available
8bind N new-session 11bind N new-session
@@ -10,6 +13,8 @@ bind-key -n C-F3 set-option -g status #Ctrl+F3 Combo
10 13
11bind k copy-mode 14bind k copy-mode
12 15
16set -sg escape-time 0
17
13#bind C-q select-layout even-horizontal 18#bind C-q select-layout even-horizontal
14#bind C-w select-layout even-vertical 19#bind C-w select-layout even-vertical
15#bind C-e select-layout main-horizontal 20#bind C-e select-layout main-horizontal