summary refs log tree commit diff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorJune McEnroe <curtis.mcenroe@adgear.com>2017-03-14 14:51:28 -0400
committerJune McEnroe <curtis.mcenroe@adgear.com>2017-03-14 14:51:28 -0400
commit9d76b059e6302ec52103629494c2b3fe49f4ccc5 (patch)
tree032e5a8fd565943d620d66ed8f12e84a83bf9902 /.tmux.conf
parentHave tmux set block cursor on linux console (diff)
downloadsrc-9d76b059e6302ec52103629494c2b3fe49f4ccc5.tar.gz
src-9d76b059e6302ec52103629494c2b3fe49f4ccc5.zip
Add comment to tmux terminal override
Diffstat (limited to '')
-rw-r--r--.tmux.conf2
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