Four different key binding files now accompany the BeIDE in
/boot/develop/BeIDE/optional/KeyBindings:
To set the key bindings, go to General/Key Bindings in the Settings Window, press the Import... and select the key binding you want. The main differences between the first three bindings are the treatments of the Home and End, and the PageUp and PageDown keys. The emacs mode emulates an emacs editor. In addition, you can modify the key bindings yourself using the General/Key Bindings panel.
Home | scroll to start of file |
End | scroll to end of file |
Page Up | scroll page up |
Page Down | scroll page down |
Alt+left arrow | move to start of line |
Alt+right arrow | move to end of line |
Alt+up arrow | move to start of file |
Alt+down arrow | move to end of file |
Option+up arrow | move to top of page |
Option+down arrow | move to bottom of page |
Arrow modifiers use Control and Option.
Home | move to start of line |
End | move to end of line |
Page Up | move to top of page |
Page Down | move to bottom of page |
Control+Home | scroll to start of file |
Control+End | scroll to end of file |
Arrow modifiers use Control.
Home | move to start of line |
End | move to end of line |
Page Up | move to top of page |
Page Down | move to bottom of page |
Alt+Home | scroll to start of file |
Alt+End | scroll to end of file |
Arrow modifiers use Alt.
Control+a | move to start of line |
Control+e | move to end of line |
Alt+v | move to top of page |
Control+v | move to bottom of page |
Alt+< | move to start of file |
Alt+> | move to end of file |