LunarVim / Neovim-from-scratch

📚 A Neovim config designed from scratch to be understandable
https://www.chrisatmachine.com/
GNU General Public License v3.0
5.31k stars 1.17k forks source link

caenrique/swap-buffers.nvim, <Ctrl-s>h/j/k/l to swap split windows #272

Closed laris closed 1 year ago

laris commented 1 year ago

https://github.com/caenrique/swap-buffers.nvim

swap the active window with another pair, for example, active left, C-s l will swap to right.

C-h/j/k/l conflict with default settings, so change to Ctrl-s + hjkl

keymap maybe need refine for gentle style.

gnmearacaun commented 1 year ago

please use :BufferlineMoveNext and :BufferlineMovePrev