From 5c7619573ff6fd02243a775f82bfe20c83514d56 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 22 Mar 2021 03:01:14 -0400 Subject: [PATCH] Fix-keybinding-for-OSX (#160) * updates 'emmet_go_to_edit_point' sample key-binding Co-authored-by: davicho --- Default (OSX).sublime-keymap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Default (OSX).sublime-keymap b/Default (OSX).sublime-keymap index 804642c..13c1c7b 100644 --- a/Default (OSX).sublime-keymap +++ b/Default (OSX).sublime-keymap @@ -64,7 +64,7 @@ // Go to Previous Edit Point // { - // "keys": ["ctrl+alt+right"], + // "keys": ["ctrl+alt+left"], // "command": "emmet_go_to_edit_point", // "args": { "previous": true } // },