diff options
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 1ddc877..307f761 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf | |||
| @@ -5,6 +5,7 @@ set -g default-terminal "tmux-256color" | |||
| 5 | set -ag terminal-overrides ",xterm-256color:RGB" | 5 | set -ag terminal-overrides ",xterm-256color:RGB" |
| 6 | set -sg escape-time 0 | 6 | set -sg escape-time 0 |
| 7 | set -gw xterm-keys on | 7 | set -gw xterm-keys on |
| 8 | set-window-option -g mode-keys vi | ||
| 8 | 9 | ||
| 9 | # prefix | 10 | # prefix |
| 10 | unbind C-b | 11 | unbind C-b |