[profiles/desktop] change cursor to block in vi command mode
This commit is contained in:
@@ -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' })
|
||||
|
||||
Reference in New Issue
Block a user