1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-03-28 10:24:47 +01:00
Files
dotfiles/.config/nvim/lua/plugins/winshift.lua

13 lines
210 B
Lua

return {
-- improved movement of windows
"sindrets/winshift.nvim",
keys = {
{
"<C-W>m",
"<cmd>WinShift<CR>",
desc = "Navigation: enter window shift mode",
},
},
opts = {},
}