diff --git a/CHANGELOG.md b/CHANGELOG.md index d6a96e662..e2629e367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ Changes to Calva. ## [Unreleased] + +## [2.0.66] - 2019-12-02 - Fix: [Cursor moves forward after undoing wraparound commands in REPL window](https://github.com/BetterThanTomorrow/calva/issues/499) - Fix: Wrong keybinding for Toggle Paredit Mode, now is `ctrl+alt+p ctrl+alt+m`, as it should be - Fix: [Force Delete Forward not working in REPL window in strict mode](https://github.com/BetterThanTomorrow/calva/issues/496) diff --git a/package.json b/package.json index d4d96d3db..69001f0de 100644 --- a/package.json +++ b/package.json @@ -1120,7 +1120,7 @@ }, { "command": "calva.selectCurrentForm", - "key": "ctrl+alt+c s" + "key": "ctrl+alt+c ctrl+s" }, { "command": "calva.clearInlineResults",