diff options
Diffstat (limited to '.config/tmux/tmux.conf')
| -rw-r--r-- | .config/tmux/tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 6741acb..d3698f9 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,5 +1,8 @@ #set -ga terminal-overrides ",xterm-256color*:Tc" set -s escape-time 0 +set -g mouse on + +set-option -g history-limit 5000 #unbind C-b #set-option -g prefix C-a |
