mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-12-25 12:14:19 +01:00
fix(blink): disable blink left/right key in the cmdline
This commit is contained in:
@@ -85,7 +85,11 @@ return {
|
||||
|
||||
cmdline = {
|
||||
enabled = true,
|
||||
keymap = { preset = "cmdline" },
|
||||
keymap = {
|
||||
preset = "cmdline",
|
||||
["<Right>"] = false,
|
||||
["<Left>"] = false,
|
||||
},
|
||||
completion = {
|
||||
list = { selection = { preselect = false } },
|
||||
menu = {
|
||||
|
||||
Reference in New Issue
Block a user