The shortcut that move cursor to end of the file in vi editor save my life. I need to add a line at the bottom of a large sql file and moving the cursor to end of the file is a problem if i keep pressing “Down” arrow. With the shortcut to move the cursor to end of the file it save me a lot of time!
To move cursor to end of file in vi editor, follow the steps below:-
Advertisements
- Edit a file with vi editor
- now press ESC and press capital ‘G’ and you will see your cursor move to end of file in your vi editor!
- So to add a line at the end of the file, you just press capital ‘G’ and shift + 4 then your cursor will move to end of file and end of line 🙂
Related posts:
Mac: Change print screen file location
How to block .log file using in .htaccess
How to join hjsplit file in Mac OS X
How to convert Keynote (.key) to Power Point (ppt)
Arrow key not working in vi / vim - Mac OS
How to create password protected zip file in Mac OS X
How to convert flac to mp3 file in Mac OS X
How to install LAMP (Apache, PHP and MySQL in Linux) using Yum
Share this with your friends:-