This shows the standard shortcuts implemented in ergoemacs:
Standard Name | Ergoemacs-key | Emacs Key | Emacs Command Name |
---|---|---|---|
Copy | Ctrl+c | Alt+w | kill-ring-save |
Cut | Ctrl+x | Ctl+w | kill-region |
Paste | Ctrl+v | Ctrl+y | yank |
Undo | Ctrl+z | Ctrl+_ or Ctrl+/ | undo |
Redo | Ctrl+⇧ Shift+z or Ctrl+y | NA | redo |
Open New File | Ctrl+n | NA | Not builtin |
Open | Ctrl+o | Ctrl+x Ctrl+f | find-file |
Ctrl+p | NA | ||
Select All | Ctrl+a | mark-whole-buffer | |
Find | Ctrl+f | Ctrl+s | search-forward |
Standard shortcuts for cursor navigation are also supported. For example:
- Ctrl+← ⇒ move cursor to to previous word.
- Home ⇒ move cursor to beginning of
- Shift+↓ select text downward.