Files
nvim/lua/plugins/winshift.lua
T
2024-08-11 03:56:42 +02:00

10 lines
183 B
Lua

-- https://github.com/sindrets/winshift.nvim
---@type LazyPluginSpec
return {
"sindrets/winshift.nvim",
keys = {
{ "<C-W>m", vim.cmd.WinShift, mode = "n" },
},
}