From fdc03f974938fe20683d05e274ac3740102f4644 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 13 Mar 2017 23:31:10 -0400 Subject: Have tmux set block cursor on linux console --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to '.tmux.conf') 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 -- cgit 1.4.1