RunJS
RunJS copied to clipboard
Feature Request: Custom Key bindings
I don't want to learn new keyboard shortcuts again. Please support custom key bindings. I'm using the same keyboard shortcuts in VS Code and Webstorm. I'd like to use the same in RunJs.
It would be also interesting adding shortcuts to move lines up and down with alt+up/down and duplicate lines with shift+alt+up/down.
@Braian85 the shortcut for moving lines up/down are Cmd+Ctrl+Up and Cmd+Ctrl+Down. Duplicating a line is Cmd+Shift+D.
Shortcuts are documented here: https://runjs.app/docs#shortcuts
@Braian85 the shortcut for moving lines up/down are Cmd+Ctrl+Up and Cmd+Ctrl+Down. Duplicating a line is Cmd+Shift+D.
Shortcuts are documented here: https://runjs.app/docs#shortcuts
Thanks!