[profiles/desktop] change cursor to block in vi command mode
This commit is contained in:
@@ -7,7 +7,7 @@ line-height=17
|
||||
letter-spacing=-1
|
||||
|
||||
[cursor]
|
||||
style=underline
|
||||
style=block
|
||||
|
||||
[key-bindings]
|
||||
clipboard-paste=Control+Alt+v XF86Paste
|
||||
|
||||
@@ -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