switch buffers without a plugin
One way to switch buffers without using any plugin is to use:
:buffer BUFFERNAME
One keymap that you can use:
nnoremap <Leader>b :buffer<Space>
Then you can press TAB and select the buffer you want to go into
One way to switch buffers without using any plugin is to use:
:buffer BUFFERNAME
One keymap that you can use:
nnoremap <Leader>b :buffer<Space>
Then you can press TAB and select the buffer you want to go into