diff options
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/tmux.conf | 5 |
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 @@ | |||
| 1 | set -g default-terminal "tmux-256color" | 1 | set -g default-terminal "tmux-256color" |
| 2 | set -ag terminal-overrides ",xterm-256color:RGB" | ||
| 2 | 3 | ||
| 3 | unbind C-b | 4 | unbind C-b |
| 4 | set-option -g prefix C-g | 5 | set-option -g prefix C-g |
| 5 | bind-key C-g send-prefix | 6 | bind-key C-g send-prefix |
| 7 | set-option -gw xterm-keys on | ||
| 8 | bind-key -nr C-_ send-keys C-/ | ||
| 6 | 9 | ||
| 7 | new-session # Start a new session if none available | 10 | new-session # Start a new session if none available |
| 8 | bind N new-session | 11 | bind N new-session |
| @@ -10,6 +13,8 @@ bind-key -n C-F3 set-option -g status #Ctrl+F3 Combo | |||
| 10 | 13 | ||
| 11 | bind k copy-mode | 14 | bind k copy-mode |
| 12 | 15 | ||
| 16 | set -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 |