diff options
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 8d18f87..19239e1 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,6 +1,13 @@ +unbind C-b +set -g prefix C-a +bind C-a send-prefix + set -g mouse on set-option -g history-limit 10000 set -s escape-time 0 set -g base-index 1 setw -g pane-base-index 1 + +set -g default-terminal xterm-256color +set-option -ga terminal-overrides ",xterm-256color:Tc" |
