diff --git a/lib/keymap-helpers.nix b/lib/keymap-helpers.nix index bc97e541..c5844abd 100644 --- a/lib/keymap-helpers.nix +++ b/lib/keymap-helpers.nix @@ -22,6 +22,8 @@ rec { remap = nixvimOptions.defaultNullOpts.mkBool false "Make the mapping recursive. Inverses \"noremap\""; desc = nixvimOptions.mkNullOrOption types.str "A textual description of this keybind, to be shown in which-key, if you have it."; + + buffer = nixvimOptions.defaultNullOpts.mkBool false "Make the mapping buffer-local. Equivalent to adding to a map."; }; modes = {