Files
nvim/lua/plugins/winshift.lua
T

11 lines
200 B
Lua

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