tmux: change cursor in insert mode in vim inside tmux on st
Prithu Goswami pg@prithu.dev
Mon, 07 Feb 2022 10:46:40 +0530
1 files changed,
5 insertions(+),
0 deletions(-)
jump to
M
tmux/tmux.conf
→
tmux/tmux.conf
@@ -96,3 +96,8 @@ set -g message-command-style bg=colour233,fg=black
# Mode set -g mode-style bg=colour253,fg=colour231 + +# this allows the cursor to change when within st +# https://vi.stackexchange.com/questions/22224/change-neovim-cursor-in-insert-mode-under-st-simple-terminal-and-tmux +set -as terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[2 q' +