How to use the escape key - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: General Discussion on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=127) +--- Thread: How to use the escape key (/showthread.php?tid=10770) |
How to use the escape key - cecilcosta - 07-21-2020 I've just received my Pinephone but I cannot use VI as I cannot find the escape key. What's the solution? RE: How to use the escape key - hiimtye - 07-24-2020 if you're using UBPorts, then in the terminal app, in the bottom left corner there's a little menu button. there should be five options. nano, some others and I think Scr. nano will have shortcuts for nano like ctrl+X to exit, ctrl+O to save, etc. Scr will have terminal keys such as esc, tab, and the arrow keys. personally I hate this method. I much prefer the keyboard in ArchARM that contains all of the keys I need. if Esc is inaccessible, then ctrl+[ works as an alternative in Vim. in UBPorts this isn't even an option. it's a shame because on mobile vim's bindings are much more efficient than the standard ctrl+ or alt+ bindings, or endless menus with functions hidden inside them. |