Skip to content

Commit c5ef615

Browse files
author
Connor McDermott
committed
Added vscode-like split shortcut to <leader>| (that's a pipe)
1 parent eab188b commit c5ef615

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/theprimeagen/remap.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ vim.keymap.set("n", "N", "Nzzzv")
1414
vim.keymap.set("n", "=ap", "ma=ap'a")
1515
vim.keymap.set("n", "<leader>zig", "<cmd>LspRestart<cr>")
1616

17+
vim.keymap.set("n", "<leader>|", "<cmd>vsp<cr><c-w>l")
18+
1719
vim.keymap.set("n", "<leader>vwm", function()
1820
require("vim-with-me").StartVimWithMe()
1921
end)

0 commit comments

Comments
 (0)