An open API service indexing awesome lists of open source software.

https://github.com/muellan/vim-toggle-ui-elements

toggles tab bar, status, bar, fold column, sign column, etc.
https://github.com/muellan/vim-toggle-ui-elements

ui vim

Last synced: about 1 month ago
JSON representation

toggles tab bar, status, bar, fold column, sign column, etc.

Awesome Lists containing this project

README

          

# vim-toggle-ui-elements

This VIM plugin provides the following commands:

| Command | Description |
|---------------------------|------------------------------------------------------------------------------------------------------------------------------------------------|
| `MenuToggle` | shows/hides the GUI menu |
| `FoldColumnToggle` | shows/hides the fold column |
| `StatusBarToggle` | shows/hides the status bar |
| `TabbarToggle` | shows/hides the tab bar |
| `TabpanelToggle` | shows/hides the vertical tab panel introduced with VIM 9.1.1391 |
| `SignColumnToggle` | shows/hides the sign column |
| `MaximizeEditAreaToggle:` | hides line numbers, fold column, status bar, tab bar, sign column, fold colum "unhide" restores the previous state of each of the UI elements |
| `Ctoggle` | shows/hides the quickfix list; optional argument: window height |
| `Ltoggle` | shows/hides the location list; optional argument: window height |
| `VCtoggle` | shows/hides the quickfix list in a vertical window; optional argument: window width |
| `VLtoggle` | shows/hides the location list in a vertical window; optional argument: window width |