commit
This commit is contained in:
@ -16,8 +16,8 @@ return {
|
||||
|
||||
vim.keymap.set("i", "<Up>", "<Plug>(searchbox-prev-match)", opts)
|
||||
vim.keymap.set("i", "<Down>", "<Plug>(searchbox-next-match)", opts)
|
||||
vim.keymap.set("i", "<S-CR>", "<Plug>(searchbox-prev-match)", opts)
|
||||
vim.keymap.set("i", "<CR>", "<Plug>(searchbox-next-match)", opts)
|
||||
-- vim.keymap.set("i", "<S-CR>", "<Plug>(searchbox-prev-match)", opts)
|
||||
-- vim.keymap.set("i", "<CR>", "<Plug>(searchbox-next-match)", opts)
|
||||
end,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user