avoid using default mapping for copying

navigator
siduck 2 years ago
parent af22bee84a
commit 232b453c29

@ -156,7 +156,7 @@ M.mappings = {
misc = {
cheatsheet = "<leader>ch",
close_buffer = "<leader>x",
cp_whole_file = "<C-y>", -- copy all contents of current buffer
cp_whole_file = "<C-c>", -- copy all contents of current buffer
lineNR_toggle = "<leader>n", -- toggle line number
lineNR_rel_toggle = "<leader>rn",
update_nvchad = "<leader>uu",

Loading…
Cancel
Save