Is it possible?..
I mean the most bottom line of screen, to get just full terminal screen of buffer lines.
This is not the line controlled by the laststatus
variable.
Just the $ (dollar sign) key. You can use A to move to the end of the line and switch to editing mode (Append).
In normal mode press A (uppercase). Vim will be switched to insert mode, and the cursor will be moved to the end of the current line ready for input. IMO, this should be the accepted answer.
Apparently no, you need at least one line available for ex commands. You can disable the mode message and ruler if you like with:
:set nosmd " short for 'showmode'
:set noru " short for 'ruler'
But the line will still be there.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With