Jan
19
2016
How to show the current file in Vim
By abernal
In order to display the current file path and name in linux, follow this procedure
1. Enter to the file
vim prueba.txt
2. Execute the next command in Vim
:set statusline+=%F
3. Execute the next command in Vim
:set laststatus=2