diff --git a/.zshrc b/.zshrc index 86d1156..a955537 100644 --- a/.zshrc +++ b/.zshrc @@ -73,7 +73,8 @@ export KEYTIMEOUT=1 cursor_mode() { # See https://ttssh2.osdn.jp/manual/4/en/usage/tips/vim.html for cursor shapes cursor_block='\e[2 q' - cursor_beam='\e[6 q' + cursor_beam='\e[4 q' +# cursor_beam='\e[6 q' function zle-keymap-select { if [[ ${KEYMAP} == vicmd ]] ||