mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-02 21:44:29 +02:00
update: liveserver on new tab
This commit is contained in:
parent
f52834f1b8
commit
ccb2a627aa
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue