mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-13 10:54:30 +02:00
update
This commit is contained in:
parent
464d76829c
commit
80fdff6651
2 changed files with 5 additions and 2 deletions
|
@ -109,6 +109,9 @@ keymap("i", "<C-l>", "<cmd>LiveServer start<cr><cr>", opts)
|
|||
keymap("n", "q", "<cmd>q<cr>", opts)
|
||||
keymap("x", "<S-Down>", ":'<,'>t'><cr>", opts)
|
||||
|
||||
keymap("i", "<C-r>", "<cmd>RunFile<CR>", opts)
|
||||
keymap("n", "<C-r>", "<cmd>RunFile<CR>", opts)
|
||||
|
||||
-- Visual Block --
|
||||
-- Move text up and down
|
||||
keymap("x", "J", ":move '>+1<CR>gv-gv", opts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue