Vim Logo |
All the users who are willing to use vim must give vim some time to use it and I am sure they will LOVE it after that. Today I am going to put some of the shortcuts for vim as they are commands that usually new vim user need to access while doing and it takes time to grab the right from the web.
So here is the list of commands that new users will love to use:
Split the screen | :vsp | :sp |
Save current file | :w | |
Splitted screen width adjust | :vertical resize +10 | :vertical resize -20 |
Splitted screen width adjust | :resize +20 | :resize -10 |
Note: Addition of commands will be granted please comment to add