diff options
Diffstat (limited to 'hm/soispha')
-rw-r--r-- | hm/soispha/conf/nvim/mappings/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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"; }; + "<leader>c" = { + action = "\"_c"; + desc = "change without saving to register"; + }; "<leader>d" = { action = "\"_d"; |