mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(outline): free ctrl-k /ctrl+j
This commit is contained in:
parent
f24999fd36
commit
003c2f7367
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@ return {
|
|||
local opts = {
|
||||
symbols = {},
|
||||
symbol_blacklist = {},
|
||||
keymaps = {
|
||||
up_and_jump = "<up>",
|
||||
down_and_jump = "<down>",
|
||||
},
|
||||
}
|
||||
local filter = Config.kind_filter
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue