AutoYADM commit: 2025-03-13 02:45:06
This commit is contained in:
parent
9a1b17f7b5
commit
ce3f0e9c5d
1 changed files with 2 additions and 2 deletions
4
.zshrc
4
.zshrc
|
@ -131,12 +131,12 @@ function cat() {
|
|||
}
|
||||
# . /opt/asdf-vm/asdf.sh
|
||||
# Need this to fix the cursor in tmux
|
||||
print -n '\033[5 q'
|
||||
print -n '\033[6 q'
|
||||
function zle-keymap-select zle-line-init zle-line-finish
|
||||
{
|
||||
case $KEYMAP in
|
||||
vicmd) print -n '\033[1 q' ;; # block cursor
|
||||
viins | main) print -n '\033[5 q' ;; # line cursor
|
||||
viins | main) print -n '\033[6 q' ;; # line cursor
|
||||
esac
|
||||
}
|
||||
# DISABLE_AUTO_TITLE="true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue