diff --git a/lua/user/whichkey.lua b/lua/user/whichkey.lua index 11b6a7e..cce19ab 100644 --- a/lua/user/whichkey.lua +++ b/lua/user/whichkey.lua @@ -14,7 +14,7 @@ local setup = { -- the presets plugin, adds help for a bunch of default keybindings in Neovim -- No actual key bindings are created presets = { - operators = false, -- adds help for operators like d, y, ... and registers them for motion / text object completion + operators = true, -- adds help for operators like d, y, ... and registers them for motion / text object completion motions = true, -- adds help for motions text_objects = true, -- help for text objects triggered after entering an operator windows = true, -- default bindings on