diff --git a/FAQ.md b/FAQ.md index 14760ec..e0e37b2 100644 --- a/FAQ.md +++ b/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 \ No newline at end of file +[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']) ` \ No newline at end of file