vimstatuslinevim-airline

Is it possible to have a single statusline in vim with multiple splits?


Can I have a single statusline at the bottom of the window that changes to information about the currently focussed buffer?


Solution

  • Six years later, this is now possible with neovim.

    To activate put:

    laststatus=3
    

    in your init.vim