The quick editor you end up in over SSH. ^ means ctrl, M- means meta (⌥ or esc).
| File |
bind |
| save (write out) |
^O |
| exit |
^X |
| read file into buffer |
^R |
| Navigation |
bind |
| start of line |
^A |
| end of line |
^E |
| previous / next page |
^Y / ^V |
| go to line & column |
^_ |
| top of file |
M-\ |
| bottom of file |
M-/ |
| Editing |
bind |
| cut current line |
^K |
| paste |
^U |
| undo |
M-U |
| redo |
M-E |
| mark text (start selection) |
^6 |
| copy marked text |
M-6 |
| Search |
bind |
| search |
^W |
| repeat last search |
M-W |
| search & replace |
^\ |
| Misc |
bind |
| show help |
^G |
| show cursor position |
^C |
| refresh screen |
^L |