From 328946f9edb0bc2575549eff5bff9a3cb5965e6d Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 30 Aug 2023 16:04:51 +0200 Subject: Fix(hm/conf/nvim/mappings): Add missing "change without register" map --- hm/soispha/conf/nvim/mappings/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hm/soispha/conf') diff --git a/hm/soispha/conf/nvim/mappings/default.nix b/hm/soispha/conf/nvim/mappings/default.nix index 4ff0198a..cacd5f72 100644 --- a/hm/soispha/conf/nvim/mappings/default.nix +++ b/hm/soispha/conf/nvim/mappings/default.nix @@ -181,6 +181,10 @@ action = "\"_dP"; desc = "keep the cut thing in the base register"; }; + "c" = { + action = "\"_c"; + desc = "change without saving to register"; + }; "d" = { action = "\"_d"; -- cgit 1.4.1