summary refs log tree commit diff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-03-13 23:31:10 -0400
committerJune McEnroe <june@causal.agency>2017-03-13 23:31:10 -0400
commit1315d85344cd3e2d0279ec3b054d1f1db866bc98 (patch)
tree26c600043460aa6c71e6c312da4395e44254f52b /.tmux.conf
parentUse inverse for Visual in colorscheme (diff)
downloadsrc-1315d85344cd3e2d0279ec3b054d1f1db866bc98.tar.gz
src-1315d85344cd3e2d0279ec3b054d1f1db866bc98.zip
Have tmux set block cursor on linux console
Diffstat (limited to '')
-rw-r--r--.tmux.conf1
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