all repos — dotfiles @ aaa3e9fd83347d20e1e7e184af4f61bf2ec7d891

linux dotfiles

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
commit

aaa3e9fd83347d20e1e7e184af4f61bf2ec7d891

parent

7dcdcca0af89ad6e1a57a74e95e5db7d89a1a255

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M tmux/tmux.conftmux/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' +