Opening a file with vim and restoring the last position of the cursor.
April 3rd, 2011
No comments
In the vim configuration article we have seen a simple configuration of vim using the .vimrc file.
In the vim configuration article we have seen a simple configuration of vim using the .vimrc file.
I think vim is the most powerful editor running on linux, but if you want to use it efficiently you need to spend some minutes to configure it.
You can configure vim for all users creating a vimrc file in /etc/vim/ and then adding an alias like the following:
Often I need to translate source code from dos/windows format to UNIX format, MS-DOS and WINDOWS use a <carriage return>-<line feed> combination to represent end of line char while UNIX uses only a <line feed>.
Latest Comments