From 81ac79f7b4e0bdbe44249044923dd9c4192d3bfc Mon Sep 17 00:00:00 2001 From: "chawley (overlook)" Date: Mon, 28 Apr 2025 09:45:08 -0400 Subject: [PATCH] Fixed buffer navigation keybind. - and - to navigate open buffers. --- .vimrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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