After using g?
to show mappings, how do I hide the mappings without needing to toggle NvimTree twice?
#2777
Answered
by
gegoune
villapx-path
asked this question in
Q&A
-
As the title states, when NvimTree is open, after I type the If it makes any difference, I have it configured as a floating window: {
"nvim-tree/nvim-tree.lua",
version = "*",
lazy = false,
dependencies = { "nvim-tree/nvim-web-devicons", },
config = function()
require("nvim-tree").setup({
view = {
centralize_selection = true,
float = {
enable = true,
open_win_config = {
width = 50,
height = 50,
},
},
},
})
end,
}, Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
gegoune
May 16, 2024
Replies: 2 comments 10 replies
-
Try |
Beta Was this translation helpful? Give feedback.
10 replies
-
This prompted me into action to fix a minor annoyance: help now closes on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It does as well actually, I just checked and it works as you expect (with floating window configured as per your report). This points to some other culprit in your configuration.