mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
add: disable line number if terminal mode
This commit is contained in:
parent
7a1e430fee
commit
b302971eb3
3 changed files with 12 additions and 2 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>$i<Right>live-server<cr>", opts)
|
||||
keymap("n", "<A-l>", "<cmd>terminal<cr>live-server<cr>", opts)
|
||||
|
||||
-- Resize with arrows
|
||||
-- cona
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue