Skip to content

Commit ce1e26e

Browse files
committed
add escape keybinding to close the release modal
1 parent c90240a commit ce1e26e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

keymaps/julia-client.cson.cmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Any global commands should either be non-default or, ideally, prefixed with `C-J
4141
'ctrl-c': 'julia-client:interrupt-julia'
4242
'cmd-j cmd-m': 'julia-client:set-working-module'
4343

44+
# release note
45+
'.julia-client-release-note':
46+
'escape': 'julia-client:cancel-release-note'
47+
4448
# atom-workspace
4549
'.platform-darwin atom-workspace':
4650
'cmd-j cmd-r': 'julia-client:open-external-REPL'

keymaps/julia-client.cson.ctrl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ Any global commands should either be non-default or, ideally, prefixed with `C-J
4646
'ctrl-shift-c': 'julia-client:copy-or-interrupt'
4747
'ctrl-v': 'ink-terminal:paste'
4848

49+
# release note
50+
'.julia-client-release-note':
51+
'escape': 'julia-client:cancel-release-note'
52+
4953
# atom-workspace
5054
'.platform-win32 atom-workspace,
5155
.platform-linux atom-workspace':

0 commit comments

Comments
 (0)