From 31c2ad7dac2e711018b3e1393c5b995515b2ef5e Mon Sep 17 00:00:00 2001 From: xiaojianzheng <1272209235@qq.com> Date: Sun, 16 Jun 2024 16:48:18 +0800 Subject: [PATCH] feat(outline): free ctrl-k /ctrl+j (#3686) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allows to toggle window in outline using Ctrl-k /ctrl+j Co-authored-by: 肖健正 --- lua/lazyvim/plugins/extras/editor/outline.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/lazyvim/plugins/extras/editor/outline.lua b/lua/lazyvim/plugins/extras/editor/outline.lua index 07c46705..abc4e6c0 100644 --- a/lua/lazyvim/plugins/extras/editor/outline.lua +++ b/lua/lazyvim/plugins/extras/editor/outline.lua @@ -17,6 +17,10 @@ return { local opts = { symbols = {}, symbol_blacklist = {}, + keymaps = { + up_and_jump = "", + down_and_jump = "", + }, } local filter = Config.kind_filter