Nano vs Vim - Printable Version +- Post4VPS Forum | Free VPS Provider (https://post4vps.com) +-- Forum: Geek World (https://post4vps.com/Forum-Geek-World) +--- Forum: Scripting & Programming (https://post4vps.com/Forum-Scripting-Programming) +--- Thread: Nano vs Vim (/Thread-Nano-vs-Vim) |
RE: Nano vs Vim - YOuNeS_Dz - 10-28-2017 I'm using nano all the time because I used to it and it's easy, never tried vim to be honest. RE: Nano vs Vim - Honey - 10-30-2017 I only use Nano, I did try vim once but It was really confusing, so never touched again lol.. RE: Nano vs Vim - Decent12 - 10-31-2017 (10-27-2017, 05:38 AM)tryp4vps Wrote: I started with vim and that's why I prefer it over Nano.i dont know how to write in vim and then save it vim is too difficult for me can you tell me how you write things in vim editor RE: Nano vs Vim - tryp4vps - 11-02-2017 (10-31-2017, 03:16 AM)Happymint Wrote: i dont know how to write in vim and then save it vim is too difficult for me can you tell me how you write things in vim editor To write and save, you need to exit the insert node first, and then type: Code: :wq! This will write and save everything, and also quit vim. RE: Nano vs Vim - perry - 11-02-2017 I prefer to use mc https://midnight-commander.org/ it is a visual file browser and editor. no pain in pressing wrong hotkeys RE: Nano vs Vim - Lampard - 11-28-2017 (11-02-2017, 06:31 PM)perryoo11 Wrote: I prefer to use mc Heard about this for first time but thats way different than Nano or Vim. |