nvim
nvim copied to clipboard
Switching between buffers
Good afternoon, everyone. Let's assume that I opened a file explorer next to some file. How can I focus, for example, from file explorer to the file and vice versa?
@BeanDx, normally the key mapping should be <C-h/l>, it is applied for jumping left and right between buffers.