From db2340f60eafc6abffe27efeb709e39fc89b7536 Mon Sep 17 00:00:00 2001 From: Rick <7rick@tuta.io> Date: Mon, 2 Aug 2021 17:29:19 +0530 Subject: [PATCH] made the cursor underline instead of vertical line in insert mode --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ]] ||