I know CTRLg displays the current file you\'re working on. Is there a way to modify my .vimrc such that the filename/path is always displa
.vimrc
If you are using vim-airline, put in .vimrc:
let g:airline_section_c = '%<%F%m %#__accent_red#%{airline#util#wrap(airline#parts#readonly(),0)}%#__restore__#'
This is a modification of the airline default, changing %f by %F.
%f
%F