13

in vim, the command line always at the bottom. and the above is statusline (if display).

status line could formated powerful. it's cool but wast a line.

so, here is my question: can i merge the statusline to commandline (not use ruler):

  • normal mode. display statusline
  • command typing. replace with(or switch to) commandline and ruler display.
Ingo Karkat
  • 167,457
  • 16
  • 250
  • 324
user3121730
  • 133
  • 5

1 Answers1

3

No, not without modifying Vim's source code.

Rook
  • 60,248
  • 49
  • 165
  • 242