Skip to content

Commit

Permalink
add buffer map keys
Browse files Browse the repository at this point in the history
  • Loading branch information
kkyf09 committed Feb 8, 2024
1 parent b8e525b commit 99476e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mp/appearance/lightline.vim
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ if isdirectory(expand(FlyVimBundleDir("lightline.vim")))

" autocmd User ALELint call lightline#update()

nnoremap <C-Left> :bprev<CR>
nnoremap <C-Right> :bnext<CR>
" lightline-buffer ui settings
" replace these symbols with ascii characters if your environment does not support unicode
" let g:lightline_buffer_logo = ' '
Expand Down

0 comments on commit 99476e6

Please sign in to comment.