diff --git a/.vimrc b/.vimrc index 962d0de..839e2f0 100644 --- a/.vimrc +++ b/.vimrc @@ -129,7 +129,6 @@ Plug 'bullets-vim/bullets.vim' Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline-themes' - call plug#end() " --------------------------------------------------------------------------------------------------------------------- @@ -165,7 +164,6 @@ let g:bullets_outline_levels = ['num', 'abc', 'std*', 'std+', 'std-'] "vim-airline let g:airline#extensions#tabline#enabled = 1 let g:airline_detect_theme_from_guicolors = 1 -"let g:airline_theme = 'angr' " FZF Actions " to open FZF result in a split @@ -207,7 +205,7 @@ nnoremap C :set cursorline! cursorcolumn! " -arrow left/right to navigate BUFFERS map [1;5D :bp -map [1;5C :bp +map [1;5C :bn " b to open FZF buffers map b :Buffers