I want to know how to display the server time inside the Vim editor, if possible.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
You can execute external commands in Vim by using the '!' flag:
http://www.linux.com/learn/tutorials/442419-vim-tips-working-with-external-commands |
|||
|
|
If you like, you can set Vim up so it displays the time on the status bar by adding the following lines to your vimrc file:
Credit goes to this Vim Wiki page. |
|||
|
|
