Replies: 3 comments 2 replies
-
is shift+enter a custom keybinding? the default keybinding to close the
outline is q.
…On Mon, 6 Jan 2025, 17:20 sgon00, ***@***.***> wrote:
Description
Shift+Enter can not close the outline window
Neovim setup
- Neovim version:
❯ nvim -v
NVIM v0.10.3
Build type: Release
LuaJIT 2.1.1713484068
- Outline.nvim version:
Install with lazy.nvim.
I am not sure how to check the version.
The plugin was installed today (the day opened this issue)
- Neovim distro (if applicable):
NvChad
- Plugin manager:
Lazy.nvim
{
"hedyhli/outline.nvim",
ft = { 'markdown', 'quarto' },
lazy = true,
cmd = { "Outline", "OutlineOpen" },
keys = { -- Example mapping to toggle outline
{ "<leader>o", "<cmd>Outline<CR>", desc = "Toggle outline" },
},
opts = {
-- Your setup opts here
},
},
—
Reply to this email directly, view it on GitHub
<#116>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL5ZJUXWLJ3NSSLBNQHXDS32JJDHXAVCNFSM6AAAAABUVG3NCOVHI2DSMVQWIX3LMV43ASLTON2WKOZSG43TAMRRGUZTCNY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for the reply. If you look at Default Keymaps section in Readme.md, Pressing |
Beta Was this translation helpful? Give feedback.
-
I see. I have tried and tested it locally and this isn't happening for me. Maybe some other config or plugin is interfering? I'll convert this to a discussion for now. |
Beta Was this translation helpful? Give feedback.
-
Description
Shift+Enter can not close the outline window
Neovim setup
Install with lazy.nvim.
I am not sure how to check the version.
The plugin was installed today (the day opened this issue)
NvChad
Lazy.nvim
Beta Was this translation helpful? Give feedback.
All reactions