Updated FAQ (markdown)

Jesus Adolfo Parra Parra 2016-09-25 13:15:22 -04:00
parent 4fe19433b8
commit a307ac9a7a

9
FAQ.md

@ -126,4 +126,11 @@ For screenshots see ticket [1031](https://github.com/vim-airline/vim-airline/iss
[b]: https://github.com/Lokaltog/powerline
[d]: https://github.com/tpope/vim-fugitive
[e]: https://github.com/vim-airline/vim-airline/commit/d7fd8ca649e441b3865551a325b10504cdf0711b
[n]: http://vim.wikia.com/wiki/256_colors_in_vim
[n]: http://vim.wikia.com/wiki/256_colors_in_vim
#### Make Airline seems like powerline
If you want your airline looks like a new powerline install (i.e all options by default), you only have to add
this option to your `.vimrc`
`let g:airline_section_z = airline#section#create(['windowswap', '%3p%% ', 'linenr', ':%3v']) `