From ce3f0e9c5d16d237372488c7867c5789207fc914 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 13 Mar 2025 02:45:06 -0400 Subject: [PATCH] AutoYADM commit: 2025-03-13 02:45:06 --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 92d47b0b..170c1ae0 100644 --- a/.zshrc +++ b/.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"