kitty: I-beam cursor in zsh insert mode

This commit is contained in:
He4eT 2023-10-14 17:19:27 +03:00
commit 7ee1baf031
2 changed files with 3 additions and 2 deletions

View file

@ -84,7 +84,8 @@ font_size 14.0
#: with the background color of the cell underneath instead, use the
#: special keyword: background
cursor_shape block
# cursor_shape block
# shell_integration no-cursor
#: The cursor shape can be one of (block, beam, underline)

View file

@ -26,8 +26,8 @@ ZSH_THEME="minimal"
CASE_SENSITIVE="false"
MODE_INDICATOR="%F{yellow}#%f"
VI_MODE_CURSOR_INSERT=2
VI_MODE_RESET_PROMPT_ON_MODE_CHANGE=true
# VI_MODE_CURSOR_INSERT=2
plugins=(
git