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.
- Host: GitHub
- URL: https://github.com/muellan/vim-toggle-ui-elements
- Owner: muellan
- License: gpl-3.0
- Created: 2017-02-11T21:02:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T15:34:23.000Z (over 8 years ago)
- Last Synced: 2025-01-27T11:49:56.980Z (over 1 year ago)
- Topics: ui, vim
- Language: Vim script
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |