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:
xiaojianzheng
2024-06-16 16:48:18 +08:00
committed by GitHub
parent 2daca4b510
commit 31c2ad7dac

View File

@ -17,6 +17,10 @@ return {
local opts = {
symbols = {},
symbol_blacklist = {},
keymaps = {
up_and_jump = "<up>",
down_and_jump = "<down>",
},
}
local filter = Config.kind_filter