From c7e9a21ae87565eed254901a8f2bb185d25f3b9c Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 3 Sep 2023 18:14:19 -0400 Subject: [PATCH] update joshuto keymap --- dot_config/joshuto/keymap.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/joshuto/keymap.toml b/dot_config/joshuto/keymap.toml index a5c2f1289aa434f8c8648fc10eebf50e2355d6a3..86a219ef26fdb898eb3fea7f65c42699c01a8889 100644 --- a/dot_config/joshuto/keymap.toml +++ b/dot_config/joshuto/keymap.toml @@ -77,7 +77,7 @@ keymap = [ { keys = ["p", "L"], commands = ["symlink_files --relative=true"] }, { keys = ["delete"], commands = ["delete_files --noconfirm"] }, - { keys = ["d", "D"], commands = ["delete_files --noconfirm"] }, + { keys = ["D"], commands = ["delete_files --noconfirm"] }, { keys = ["p", "p"], commands = ["paste_files"] }, { keys = ["p", "o"], commands = ["paste_files --overwrite=true"] },