I see a lot of people using 'wq' a lot but never a form 'x'.
In vi and vim, if you want to save and exit with a simple key stroke simply use:
:x
Blog on things around me - Quality Management, Free & Open Source Software, Gadgets, Utilities...
Subscribe to:
Post Comments (Atom)
Total Pageviews
Popular Posts
-
Bugzilla is the Bugs/Issues Tracking Tool from The Mozilla Organization. Version 2.18 is the latest stable release. There are couple of res...
-
Latest World Quality Report (2024-25) is out and as usual, it examines current Quality Engineering trends and challenges across various indu...
-
Here are a few of the JDBC Performance pointers. Hopefully, there are a lot more, which you may be aware of, but not mentioned here. Care to...
-
Beth M worked with AI tools for testing and concludes that tools like Cursor and Fine.ai can significantly accelerate the development of tes...
-
Two MIT math graduates bump into each other at Fairway on the upper west side. They hadn't seen each other in over 20 years. The first g...
6 comments:
Thanks for this. I'm definitely one of those people that uses :wq all the time. It doesn't even feel like an extra keystroke anymore!
thank you.
I think that I forgot this command for about 15 years.
BR,
~A
Why use :x when ZZ is easier?
Thanks. I didn't even know how to save a file in vi. I always just use :q! to get out and use pico, but ESX has no pico :(
Thanks.
You can also use ZZ, which is even shorter then :x
you can use :xa to save and close multiple files
Post a Comment