Hi:
I am trying to mimic my usual gvim/nya vim usage. What I am trying to do is jump with ‘ctrl-`’ key to go back & forth between the editor & repl(console?) panes. So, I attempted:
'.editor':
'ctrl-`': 'window:focus-pane-below'
#'.ink-console':
#'juno.runtime.console':
#'juno.runtime':
'console':
'ctrl-`': 'window:focus-pane-above'
2 problems:
- I cannot get back to editor from repl
- I really do not want to focus-pane-above or below, but rather focus on the repl or julia editor, as Plots pane is open often.
can someone tell me what : ‘console’ above should be replaced with?
Share some of his/her keymap.cscons; plus, any .vimrc examples would be great to have (as sometimes I need a light IDE)"
Thanks!