aboutsummaryrefslogtreecommitdiff
path: root/lua/config/which-key.lua
blob: 45a458371b49ceda3535affabbc8e05031358f15 (plain)
1
2
3
4
5
6
7
8
require("which-key").setup{
  triggers_blacklist = {
    -- list of mode / prefixes that should never be hooked by WhichKey
    -- this is mostly relevant for key maps that start with a native binding
    -- most people should not need to change this
    n = { "o", "O" },
  },
}