feat(mapping): shortcut for input box (#194)

This commit is contained in:
tang donghai
2024-08-25 00:51:59 +08:00
committed by GitHub
parent 1142c3c274
commit dd6bfad844
2 changed files with 8 additions and 4 deletions

View File

@@ -96,6 +96,10 @@ M.defaults = {
next = "]]",
prev = "[[",
},
submit = {
normal = "<CR>",
insert = "<C-s>",
},
},
windows = {
wrap = true, -- similar to vim.o.wrap