mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
kitty: I-beam cursor in zsh insert mode
This commit is contained in:
parent
6eb6a8e69d
commit
7ee1baf031
2 changed files with 3 additions and 2 deletions
|
|
@ -84,7 +84,8 @@ font_size 14.0
|
||||||
#: with the background color of the cell underneath instead, use the
|
#: with the background color of the cell underneath instead, use the
|
||||||
#: special keyword: background
|
#: special keyword: background
|
||||||
|
|
||||||
cursor_shape block
|
# cursor_shape block
|
||||||
|
# shell_integration no-cursor
|
||||||
|
|
||||||
#: The cursor shape can be one of (block, beam, underline)
|
#: The cursor shape can be one of (block, beam, underline)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ ZSH_THEME="minimal"
|
||||||
CASE_SENSITIVE="false"
|
CASE_SENSITIVE="false"
|
||||||
|
|
||||||
MODE_INDICATOR="%F{yellow}#%f"
|
MODE_INDICATOR="%F{yellow}#%f"
|
||||||
VI_MODE_CURSOR_INSERT=2
|
|
||||||
VI_MODE_RESET_PROMPT_ON_MODE_CHANGE=true
|
VI_MODE_RESET_PROMPT_ON_MODE_CHANGE=true
|
||||||
|
# VI_MODE_CURSOR_INSERT=2
|
||||||
|
|
||||||
plugins=(
|
plugins=(
|
||||||
git
|
git
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue