From c3cee63e5528c02dc351e3781d913b34d91341d3 Mon Sep 17 00:00:00 2001 From: Steve Moser Date: Thu, 7 Mar 2019 22:08:59 -0500 Subject: [PATCH] Fix #7 set Home and End shortcuts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 62b048e..b9ed58f 100755 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ }, { "key": "alt+up", - "command": "cursorEnd", + "command": "cursorHome", "when": "textInputFocus" }, {