mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
feat(outline): free ctrl-k /ctrl+j (#3686)
Allows to toggle window in outline using Ctrl-k /ctrl+j Co-authored-by: 肖健正 <xiaojianzheng@qq.com>
This commit is contained in:
parent
2daca4b510
commit
31c2ad7dac
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
Add a link
Reference in a new issue