[profiles/desktop] change cursor to block in vi command mode

This commit is contained in:
2026-02-17 07:25:39 +01:00
parent 495cc917a1
commit 485cde3e0d
5 changed files with 5 additions and 5 deletions

View File

@@ -98,4 +98,4 @@ vim.g.html_indent_style1 = 'auto'
-- 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
vim.opt.guicursor:append({ 'n-c:hor20', 'i:ver20', 'a:blinkon0' })
-- vim.opt.guicursor:append({ 'n-c:hor20', 'i:ver20', 'a:blinkon0' })