diff options
Diffstat (limited to 'misc/tmux.conf')
-rw-r--r-- | misc/tmux.conf | 3 |
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 @@ | |||
1 | set -g default-terminal "screen-256color" | ||
2 | |||
1 | unbind C-b | 3 | unbind C-b |
2 | set-option -g prefix C-g | 4 | set-option -g prefix C-g |
5 | bind-key C-g send-prefix | ||
3 | 6 | ||
4 | new-session # Start a new session if none available | 7 | new-session # Start a new session if none available |
5 | bind C-q select-layout even-horizontal | 8 | bind C-q select-layout even-horizontal |