mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-03-28 18:34:46 +01:00
13 lines
210 B
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 = {},
|
|
}
|