bad line split for command, added break

Aaron Wolf 2015-05-26 21:06:17 -07:00
parent cde03853c5
commit e267980bad

3
FAQ.md

@ -88,7 +88,8 @@ But (especially if you are using a bundler to install airline), you may prefer t
1. Copy `dark.vim` into `~/.vim/autoload/airline/themes/your_theme_name.vim` 1. Copy `dark.vim` into `~/.vim/autoload/airline/themes/your_theme_name.vim`
2. Open that file and search-replace: `:%s/#dark#/#your_theme_name#/g` 2. Open that file and search-replace: `:%s/#dark#/#your_theme_name#/g`
3. (Optionally) test it with: `:AirlineTheme your_theme_name` 3. (Optionally) test it with: `:AirlineTheme your_theme_name`
4. To make it load on startup, add to your `.vimrc`: `:let g:airline_theme='your_theme_name'` 4. To make it load on startup, add to your `.vimrc`:
`:let g:airline_theme='your_theme_name'`
[a]: https://github.com/Lokaltog/vim-powerline [a]: https://github.com/Lokaltog/vim-powerline
[b]: https://github.com/Lokaltog/powerline [b]: https://github.com/Lokaltog/powerline