From a307ac9a7a726e161827ed1db1eae31534fffcbb Mon Sep 17 00:00:00 2001 From: Jesus Adolfo Parra Parra Date: Sun, 25 Sep 2016 13:15:22 -0400 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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