Just a few keybindings to prevent emacs users from going crazy while using dart editor.
Feel free to use and modify it, or tell me of better keybinding templates.
To use it simply go into Dart Editor Preferences -> Key Bindings -> Import from File. Hopefully it stays compatible for a few versions..
It currently contains the following additional keybindings:
- Delete: CTRL+D
- Line Down: CTRL+N
- Line Up: CTRL+P
- Line Start: CTRL+A
- Line End: CTRL+E
- Next Column: CTRL+F
- Previous Column: CTRL+B
- Undo: CTRL+_
- Paste: CTRL+Y
- Copy: CTRL+W
- Cut: ALT+W
- Cut to End of Line: CTRL+K
- Quick Switch Editor: CTRL+X B
- Save: CTRL+X CTRL+S
- Incremental Find: CTRL+S
- Set Mark: CTRL+SPACE
- Clear Mark: CTRL+G
- Next Word: ALT+F
- Previous Word: ALT+B
- Page Down: CTRL+V
- Page Up: ALT+V
- 2013-12-19: Added CTRL+V/ALT+V
- 2013-12-18: Added ALT+F/ALT+B