[addon] persistent status bar #1628
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
wrt vim:
displaying at least current mode, and line / column
selecting text with the mouse will have to enter visual mode immediately, instead of waiting until the next keypress
mentioned in merge request !8788
I have a need for something like this for the emacs bindings as well. Maybe a variation on dialog.js (a new file) that claims a persistent bit of real-estate below the editor.
At this point, we're definitely leaving the 'this is only a keymap' approach, but I guess that's pretty much inevitable.
this addon would be useful even with the default keymap; many text editors show a persistent status bar
There is now a
display/panel.jsaddon, which makes it easier to add such a bar.