Originally posted by Nasty7
View Post
For nano usage just remember ctrl-o to save and ctrl-x to exit. If you skip the saving part it will prompt you.
A tip for typing in paths if you don't use copy and paste us tab completion. Start typing a path, then hit tab to finish parts of it as you go.
Say you want to edit /etc/default/foo
Type
'sudo nano /e' then your tab key.
If there is more than one folder or file beginning with that letter hit tab twice to see them, else type another letter or two then hit tab again. Do the same for the next part, and so on.
Also works with commands
sud <tab> ap <tab> upd <tab>
sud <tab> ap <tab> f <tab>
Sent from my LG-H931 using Tapatalk
Comment