X-Git-Url: https://git.xinqibao.xyz/dotfiles.git/blobdiff_plain/b883fd73877aa22165546beab1adcb8de95281d4..a5b430b863e4f060c3d798757b91f94c2d91d35a:/.tmux.conf?ds=inline diff --git a/.tmux.conf b/.tmux.conf index 29d1312..4222527 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,10 +1,13 @@ # Improve colours -set -g default-terminal 'xterm-256colour' +set -g default-terminal 'xterm-256color' # Set scrollback buffer to 10000 set -g history-limit 10000 -# remap prefix from 'C-b' to 'C-z' +# when turned on, would cause issue at copy mode in gitBash +set -g mouse off + +# remap prefix from 'C-b' to 'C-a' unbind C-b set-option -g prefix C-a bind-key C-a send-prefix @@ -29,8 +32,6 @@ set-option -g visual-silence off set-window-option -g monitor-activity off set-option -g bell-action none -set -g default-terminal "screen-256colour" - # The modes { setw -g clock-mode-colour colour135