Skip to content

Commit

Permalink
Fix-keybinding-for-OSX (#160)
Browse files Browse the repository at this point in the history
* updates 'emmet_go_to_edit_point' sample key-binding

Co-authored-by: davicho <[email protected]>
  • Loading branch information
davicho and davicho authored Mar 22, 2021
1 parent d3e440e commit 5c76195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Default (OSX).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
// },
Expand Down

0 comments on commit 5c76195

Please sign in to comment.