1

Neovim: Update neovim module

This commit is contained in:
2024-06-06 00:27:52 +02:00
parent d9f1ff6856
commit b4be3ad09b
2 changed files with 116 additions and 35 deletions

View File

@ -492,6 +492,13 @@
action = "<C-w>p";
options.desc = "Goto other window";
}
{
mode = "n";
key = "<leader>wm";
action = "<cmd>WinShift<cr>";
options.desc = "Move window";
}
];
leader-toggles = [