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:
xiaojianzhengand肖健正 authored and GitHub committed 2024-06-16 10:48:18 +02:00
1 parent 2daca4b510
commit 31c2ad7dac
1 file changed
+4
@@ -17,6 +17,10 @@ return {
local opts = {
symbols = {},
symbol_blacklist = {},
keymaps = {
up_and_jump = "<up>",
down_and_jump = "<down>",
},
}
local filter = Config.kind_filter