Skip to content

Commit

Permalink
Fix #7 set Home and End shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemoser committed Mar 8, 2019
1 parent 69123db commit c3cee63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
},
{
"key": "alt+up",
"command": "cursorEnd",
"command": "cursorHome",
"when": "textInputFocus"
},
{
Expand Down

0 comments on commit c3cee63

Please sign in to comment.