mirror of
https://github.com/sadan4/nvim.git
synced 2025-06-08 21:03:02 -04:00
add c-c remap
This commit is contained in:
parent
5fc347a599
commit
e7a5ddfc41
2 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,7 @@ end)
|
|||
vim.keymap.set("n", "<leader>lg", function ()
|
||||
vsc.action("lazygit.openLazygit")
|
||||
end)
|
||||
vim.keymap.set({"n", "i", "v"}, "<C-c>", "<CMD>echoe \"Use Caps\"<CR>")
|
||||
-- for some reason, this plugin does not work with keymaps that start with <C-f>
|
||||
-- they are done through vsc
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue