Install winshift plugin and add remap for WinShift command

This commit is contained in:
2021-11-15 18:53:14 +03:00
parent 3538ef7deb
commit 2e0a339231
2 changed files with 19 additions and 1 deletions

View File

@@ -76,3 +76,6 @@ nmap("<leader>t", ":ToggleTerminal<CR>")
-- Git
nmap("<leader>gg", ":G<CR>")
-- Winshift (move buffers across neovim)
nmap("<leader>m", "<cmd>WinShift<CR>")