diff options
author | June McEnroe <programble@gmail.com> | 2017-03-13 23:31:10 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2017-03-13 23:31:10 -0400 |
commit | fdc03f974938fe20683d05e274ac3740102f4644 (patch) | |
tree | 4ce4214bc4e6078e9726a3868564b8feb4e1a61b | |
parent | Use inverse for Visual in colorscheme (diff) | |
download | src-fdc03f974938fe20683d05e274ac3740102f4644.tar.gz src-fdc03f974938fe20683d05e274ac3740102f4644.zip |
Have tmux set block cursor on linux console
-rw-r--r-- | .tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf index 58a50725..67096cd1 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,6 +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 escape-time 0 unbind C-b |