diff --git a/app/keymaps/darwin.json b/app/keymaps/darwin.json index e5c993e5..0d8ce82e 100644 --- a/app/keymaps/darwin.json +++ b/app/keymaps/darwin.json @@ -45,7 +45,6 @@ "editor:deleteBeginningLine": "command+backspace", "editor:deleteEndLine": "command+delete", "editor:clearBuffer": "command+k", - "editor:emojis": "command+ctrl+space", "editor:break": "ctrl+c", "plugins:update": "command+shift+u" } diff --git a/package.json b/package.json index 43777792..44c12f92 100644 --- a/package.json +++ b/package.json @@ -210,7 +210,7 @@ "styled-jsx": "2.2.6", "stylis": "3.5.0", "uuid": "3.1.0", - "xterm": "https://registry.npmjs.org/@zeit/xterm/-/xterm-3.9.1-3.tgz" + "xterm": "https://registry.npmjs.org/@zeit/xterm/-/xterm-3.10.0-1.tgz" }, "devDependencies": { "ava": "0.25.0",