From 003c2f7367551aaf4a36b8045f8adde7e6c61827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=96=E5=81=A5=E6=AD=A3?= Date: Sun, 16 Jun 2024 13:46:31 +0800 Subject: [PATCH] feat(outline): free ctrl-k /ctrl+j --- 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