From 873a565eb6093a2180dfecee5d0af2b1b5c33a59 Mon Sep 17 00:00:00 2001 From: Dongdong Zhou Date: Wed, 29 Sep 2021 12:29:31 +0100 Subject: [PATCH] Update keymaps-windows.toml --- defaults/keymaps-windows.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/defaults/keymaps-windows.toml b/defaults/keymaps-windows.toml index 664bac1a..54da93be 100644 --- a/defaults/keymaps-windows.toml +++ b/defaults/keymaps-windows.toml @@ -1,11 +1,11 @@ # --------------------------------- General -------------------------------------------- [[keymaps]] -key = "meta+p" +key = "ctrl+p" command = "palette" [[keymaps]] -key = "shift+meta+p" +key = "shift+ctrl+p" command = "palette.command" [[keymaps]] @@ -18,18 +18,18 @@ command = "palette.command" mode = "n" [[keymaps]] -key = "meta+," +key = "ctrl+," command = "open_settings" # --------------------------------- Basic editing --------------------------------------- [[keymaps]] -key = "meta+x" +key = "ctrl+x" command = "cut" mode = "i" [[keymaps]] -key = "meta+c" +key = "ctrl+c" command = "copy" mode = "i" @@ -46,7 +46,7 @@ mode = "i" # ------------------------------------ Multi cursor ------------------------------------- [[keymaps]] -key = "alt+meta+up" +key = "alt+ctrl+up" command = "insert_cursor_above" mode = "i" @@ -111,11 +111,11 @@ command = "palette.line" mode = "n" [[keymaps]] -key = "meta+o" +key = "alt+o" command = "palette.symbol" [[keymaps]] -key = "meta+s" +key = "ctrl+s" command = "save" [[keymaps]]