Change tmux theme to support stats in powerline again

This commit is contained in:
sebastian
2025-04-11 08:42:11 +02:00
parent ac74fb8b70
commit 6177574537
3 changed files with 24 additions and 85 deletions

View File

@@ -0,0 +1,18 @@
return {
"folke/which-key.nvim",
event = "VeryLazy",
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
},
keys = {
{
"<leader>?",
function()
require("which-key").show({ global = false })
end,
desc = "Buffer Local Keymaps (which-key)",
},
},
}