neovim: add mapping for switching buffers

This commit is contained in:
Daniel Micay 2024-11-18 14:03:30 -05:00
parent 92cf850905
commit e691efe399

View File

@ -21,6 +21,8 @@ set smartcase
let mapleader = ","
nnoremap gb :ls<CR>:b<Space>
colorscheme gruvbox
" highlight trailing whitespace, except when typing at eol