From 1471fd980e25a0c1b019c91c3e769e96fae0a1f1 Mon Sep 17 00:00:00 2001 From: whiteman808 Date: Tue, 17 Feb 2026 07:32:21 +0100 Subject: [PATCH] [vimrc] change cursor to default --- profiles/base/.vimrc | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/profiles/base/.vimrc b/profiles/base/.vimrc index 2d51ee8..9c166b7 100644 --- a/profiles/base/.vimrc +++ b/profiles/base/.vimrc @@ -15,21 +15,6 @@ inoremap inoremap inoremap -" set cursor shape to underline in the normal and command mode, -" in the insert mode change shape to vertical bar, and disable -" blinking in all modes -set guicursor=n-c:hor20 -set guicursor+=i:ver20 -set guicursor+=a:blinkon0 -let &t_EI = "\e[4 q" " solid underscore -let &t_SI = "\e[6 q" " vertical bar -if has("autocmd") " reset cursor to underscore after I leave vim - augroup cursor - autocmd! - autocmd VimLeave * silent execute '!echo -ne "\e[4 q"' | redraw! - augroup END -endif - " fix delay when sending escape sequences from insert mode set timeout set timeoutlen=1000