diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2025-07-11 18:33:31 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2025-07-11 18:33:31 +0800 |
| commit | 8126523aa39fed12d932bbaeed9723fec1b8f000 (patch) | |
| tree | 77290a7ca194b932d1dd1dd75c977b4b0419e615 /tmux | |
| parent | d5147537ce5c515fc10c819a37331019c7a590a7 (diff) | |
Update
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 |