diff --git a/defaults/keymaps-common.toml b/defaults/keymaps-common.toml index 4e0c15a1..7b93152e 100644 --- a/defaults/keymaps-common.toml +++ b/defaults/keymaps-common.toml @@ -25,11 +25,6 @@ key = "Delete" command = "delete_forward" mode = "i" -[[keymaps]] -key = "shift+Delete" -command = "delete_forward" -mode = "i" - [[keymaps]] key = "backspace" command = "delete_backward" diff --git a/defaults/keymaps-nonmacos.toml b/defaults/keymaps-nonmacos.toml index e61bfc3c..f1a61987 100644 --- a/defaults/keymaps-nonmacos.toml +++ b/defaults/keymaps-nonmacos.toml @@ -56,16 +56,31 @@ key = "ctrl+x" command = "clipboard_cut" mode = "i" +[[keymaps]] +key = "shift+Delete" +command = "clipboard_cut" +mode = "i" + [[keymaps]] key = "ctrl+c" command = "clipboard_copy" mode = "i" +[[keymaps]] +key = "ctrl+insert" +command = "clipboard_copy" +mode = "i" + [[keymaps]] key = "ctrl+v" command = "clipboard_paste" mode = "i" +[[keymaps]] +key = "shift+insert" +command = "clipboard_paste" +mode = "i" + [[keymaps]] key = "ctrl+f" command = "search"