Different cursor styles also in TMUX

Set cursor style depending on the current mode also in TMUX.
This commit is contained in:
2020-06-28 14:42:55 +02:00
parent d602b75195
commit a53271be46
2 changed files with 30 additions and 14 deletions

View File

@@ -1,6 +1,9 @@
set -g default-terminal "tmux-256color"
set -g mouse on
# https://github.com/neovim/neovim/wiki/FAQ#cursor-shape-doesnt-change-in-tmux
set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q'
# Set C-a as new prefix
unbind C-b
set-option -g prefix C-a