mirror of https://github.com/LazyVim/starter
in-and-out
quickly navigate in and out of surrounding characters like quotes and parenthesis with Ctrl+ENTERpull/93/head
parent
491a9c630b
commit
36819227a1
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
"ysmb-wtsg/in-and-out.nvim",
|
||||
keys = {
|
||||
{
|
||||
"<C-CR>",
|
||||
function()
|
||||
require("in-and-out").in_and_out()
|
||||
end,
|
||||
mode = "i",
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue