aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/conf/nvim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/nvim/mappings/default.nix4
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";