July 29, 2022 at 3:57 PM
how do i exit editor called vi is impossible im in live cd and id have to reboot my os to exit it. normally if i open it in terminal i close the window but im in livecd
July 29, 2022 at 3:57 PM how do i exit editor called vi is impossible im in live cd and id have to reboot my os to exit it. normally if i open it in terminal i close the window but im in livecd July 29, 2022 at 4:00 PM :P :P Thank you @nan9e for the gift >.< July 29, 2022 at 5:10 PM if you are write and quiting use :wq! if you are quiting without saving use :q! if you just need to send it to background use crtl+z and fg to get it back stick with nano if you find vi hard July 29, 2022 at 5:14 PM Escape, and type either :wq! if you want to save, or just :q! if you don't want. But don't forget escape before to quit editing mode if you used it. July 30, 2022 at 9:01 AM Vİ is a powerful text editor. I recommend it strongly. I think every superuser should learn the power of vi editor. Please just google it to learn how to use it. August 5, 2022 at 8:57 PM ESC + :q! |