diff options
author | June McEnroe <june@causal.agency> | 2017-03-14 14:51:28 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2017-03-14 14:51:28 -0400 |
commit | abb9d57fbd2b28ab53a27ffa66607665fdbc1543 (patch) | |
tree | 03db7c315d2ccac93cb2fef7f4b095540638a04e | |
parent | Have tmux set block cursor on linux console (diff) | |
download | src-abb9d57fbd2b28ab53a27ffa66607665fdbc1543.tar.gz src-abb9d57fbd2b28ab53a27ffa66607665fdbc1543.zip |
Add comment to tmux terminal override
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf index 67096cd1..f3cb4525 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,7 +1,7 @@ set -g base-index 1 set -g renumber-windows on set -g default-terminal 'screen-256color' -set -g terminal-overrides "linux:cnorm=\e[?25h\e[?8c" +set -g terminal-overrides "linux:cnorm=\e[?25h\e[?8c" # cvvis set -g escape-time 0 unbind C-b |