this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

disable H on neotree

+2 -2
+2 -2
nvim/lua/plugins/ui.lua
··· 15 15 }, 16 16 window = { 17 17 mappings = { 18 - -- Disable filtering, I like to search on my own 19 - ["/"] = "noop", 18 + ["/"] = "noop", -- Disable filtering, I like to search on my own 19 + ["H"] = "noop", -- Conflicts with prev buffer 20 20 }, 21 21 }, 22 22 },