Fixed buffer navigation keybind.
<crtl>-<left> and <crtl>-<right> to navigate open buffers.
This commit is contained in:
4
.vimrc
4
.vimrc
@@ -129,7 +129,6 @@ Plug 'bullets-vim/bullets.vim'
|
|||||||
Plug 'vim-airline/vim-airline'
|
Plug 'vim-airline/vim-airline'
|
||||||
Plug 'vim-airline/vim-airline-themes'
|
Plug 'vim-airline/vim-airline-themes'
|
||||||
|
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
" ---------------------------------------------------------------------------------------------------------------------
|
" ---------------------------------------------------------------------------------------------------------------------
|
||||||
@@ -165,7 +164,6 @@ let g:bullets_outline_levels = ['num', 'abc', 'std*', 'std+', 'std-']
|
|||||||
"vim-airline
|
"vim-airline
|
||||||
let g:airline#extensions#tabline#enabled = 1
|
let g:airline#extensions#tabline#enabled = 1
|
||||||
let g:airline_detect_theme_from_guicolors = 1
|
let g:airline_detect_theme_from_guicolors = 1
|
||||||
"let g:airline_theme = 'angr'
|
|
||||||
|
|
||||||
" FZF Actions
|
" FZF Actions
|
||||||
" <c-x> to open FZF result in a split
|
" <c-x> to open FZF result in a split
|
||||||
@@ -207,7 +205,7 @@ nnoremap <leader>C :set cursorline! cursorcolumn!<CR>
|
|||||||
|
|
||||||
" <ctrl>-arrow left/right to navigate BUFFERS
|
" <ctrl>-arrow left/right to navigate BUFFERS
|
||||||
map <esc>[1;5D :bp <enter>
|
map <esc>[1;5D :bp <enter>
|
||||||
map <esc>[1;5C :bp <enter>
|
map <esc>[1;5C :bn <enter>
|
||||||
|
|
||||||
" <leader>b to open FZF buffers
|
" <leader>b to open FZF buffers
|
||||||
map <leader>b :Buffers<CR>
|
map <leader>b :Buffers<CR>
|
||||||
|
|||||||
Reference in New Issue
Block a user