diff options
Diffstat (limited to 'misc')
-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 b620d5f..cbd88e3 100644 --- a/misc/tmux.conf +++ b/misc/tmux.conf | |||
@@ -1,3 +1,6 @@ | |||
1 | unbind C-b | ||
2 | set-option -g prefix C-g | ||
3 | |||
1 | new-session # Start a new session if none available | 4 | new-session # Start a new session if none available |
2 | bind C-q select-layout even-horizontal | 5 | bind C-q select-layout even-horizontal |
3 | bind C-w select-layout even-vertical | 6 | bind C-w select-layout even-vertical |