From 10af684bcb10b903453fb6926e369694c402e248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Thu, 25 Mar 2021 19:07:20 +0300 Subject: Small changes * (Temporarily?) change underline cursor to block, as it is not very convenient the way it is rendered in foot. * Other changes. --- dotfiles/.config/zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dotfiles/.config') diff --git a/dotfiles/.config/zsh/.zshrc b/dotfiles/.config/zsh/.zshrc index 66e7880..727bfe0 100644 --- a/dotfiles/.config/zsh/.zshrc +++ b/dotfiles/.config/zsh/.zshrc @@ -41,8 +41,8 @@ bindkey -v '^?' backward-delete-char # Change cursor shape for different vi modes. function zle-keymap-select { if [[ ${KEYMAP} == vicmd ]] || - [[ $1 = 'underscore' ]]; then - echo -ne '\e[3 q' + [[ $1 = 'underline' ]]; then + echo -ne '\e[1 q' elif [[ ${KEYMAP} == main ]] || [[ ${KEYMAP} == viins ]] || [[ ${KEYMAP} = '' ]] || -- cgit v1.2.3