AutoYADM commit: 2025-03-10 13:45:06
This commit is contained in:
parent
427e1a3350
commit
7d565b5c7d
1 changed files with 8 additions and 8 deletions
16
.zshrc
16
.zshrc
|
@ -130,14 +130,14 @@ function cat() {
|
|||
}
|
||||
# . /opt/asdf-vm/asdf.sh
|
||||
# Need this to fix the cursor in tmux
|
||||
# print -n '\033[5 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
|
||||
# esac
|
||||
# }
|
||||
print -n '\033[5 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
|
||||
esac
|
||||
}
|
||||
# DISABLE_AUTO_TITLE="true"
|
||||
# function set_win_title() {
|
||||
# echo -ne "\033]0; ${PWD/#$HOME/~} \007"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue