feat(mapping): shortcut for input box (#194)
This commit is contained in:
@@ -96,6 +96,10 @@ M.defaults = {
|
||||
next = "]]",
|
||||
prev = "[[",
|
||||
},
|
||||
submit = {
|
||||
normal = "<CR>",
|
||||
insert = "<C-s>",
|
||||
},
|
||||
},
|
||||
windows = {
|
||||
wrap = true, -- similar to vim.o.wrap
|
||||
|
||||
Reference in New Issue
Block a user