jdhao's digital space
Recent content on jdhao's digital space
马上订阅 jdhao's digital space RSS 更新: https://jdhao.github.io/index.xml
Switching Buffers in Neovim with mapping
2020年10月16日 23:31
I usually use {num}Ctrl-6 to switch buffers in Neovim, where {num} is the
number of buffer (see this post).
Since Neovim has built-in gt mapping to switch between tabpages, I thought it
might be a good idea to use gb as buffer switching shortcut avoid strech when
pressing Ctrl-6.