init
This commit is contained in:
6
nvim/lua/plugins/extras/editor/winshift.lua
Normal file
6
nvim/lua/plugins/extras/editor/winshift.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
"sindrets/winshift.nvim",
|
||||
cmd = "WinShift",
|
||||
opts = { highlight_moving_win = true },
|
||||
keys = { { "<leader>ws", "<CMD>WinShift<CR>", desc = "Win Shift/Swap" } },
|
||||
}
|
||||
Reference in New Issue
Block a user