zhimsel / dotfiles

My config files
16 stars 0 forks source link

Fix cursor-shape inconsistencies #25

Closed zhimsel closed 4 years ago

zhimsel commented 4 years ago

Between vim, zsh, and tmux, the cursor shape is often incorrect for the mode we're in. Switching between tmux panes retains the cursor shape of the previous pane, regardless of the now-current pane's ZLE/vim mode.

I'm thinking I may just stop using dynamic cursor shapes, and just use other indicators for vim/ZLE mode. Vim already has a mode indicator in the status line. #24 may do the same for ZLE as well.