Skip to content

Commit

Permalink
whitelist simple keybinds in plotpane
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb committed May 21, 2018
1 parent 55a18e0 commit 8086a94
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions keymaps/julia-client.cson
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,13 @@
'f10': 'julia-debug:step-to-next-expression'
'f11': 'julia-debug:step-into-function'
'shift-f11': 'julia-debug:finish-function'

'.ink-plot-pane webview':
'backspace': 'native!'
'delete': 'native!'
'right': 'native!'
'tab': 'native!'
'down': 'native!'
'up': 'native!'
'left': 'native!'
'enter': 'native!'

0 comments on commit 8086a94

Please sign in to comment.