mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-23 20:31:27 +08:00
Allow to switch to a random theme
You can now specify the special theme name `random` and vim-airline will load a random theme from the ones installed. This works from either your .vimrc as well as when calling `:AirlineTheme` command directly. closes vim-airline/vim-airline-themes#170
This commit is contained in:
@@ -249,6 +249,7 @@ COMMANDS *airline-commands*
|
||||
|
||||
:AirlineTheme {theme-name} *:AirlineTheme*
|
||||
Displays or changes the current theme.
|
||||
Note: `random` will switch to a random theme.
|
||||
|
||||
:AirlineToggleWhitespace *:AirlineToggleWhitespace*
|
||||
Toggles whitespace detection.
|
||||
|
||||
Reference in New Issue
Block a user