How to embed first part of the command (operator pending mode) in airline? For example, I'd like to have separate section on the right side to show me this partial command.
If I set this simply with :set showcmd, it's displayed under airline status bar. Is it possible to have it displayed in the special section of the status bar, instead of beneath it?
:set showmode), and even though I wasn't able to determine how exactly it setsairline_current_modevariable, it is still able to display correct mode, accessing it programmatically somehow. – qiubix Mar 22 '15 at 11:44mode()function; there's nothing similar for the typed command (yet). – Ingo Karkat Mar 22 '15 at 18:17