update: liveserver on new tab

This commit is contained in:
asep komarudin 2024-02-20 11:05:52 +07:00
parent f52834f1b8
commit ccb2a627aa
2 changed files with 4 additions and 3 deletions

View file

@ -62,7 +62,7 @@ keymap("n", "<C-_>", "<esc><cmd>lua require('Comment.api').toggle.linewise.curre
-- keymap("i", "<C-l>", "<esc><cmd>lua _LIVE_SERVER()<cr>", opts)
-- ALT + l to open terminal and run live-server
keymap("n", "<A-l>", "<cmd>terminal<cr>live-server<cr>", opts)
keymap("n", "<A-l>", "<cmd>terminal live-server<cr>", opts)
-- Resize with arrows
-- cona