mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-24 04:24:31 +02:00
fix: keymaps rendo CTRL+r
This commit is contained in:
parent
8254e41ef5
commit
4c30893658
3 changed files with 6 additions and 6 deletions
|
@ -111,8 +111,8 @@ keymap("n", "<C-s>", "<cmd>w<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)
|
||||
-- keymap("i", "<C-r>", "<cmd>RunFile<CR>", opts)
|
||||
-- keymap("n", "<C-r>", "<cmd>RunFile<CR>", opts)
|
||||
|
||||
-- Visual Block --
|
||||
-- Move text up and down
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue