avoid using default mapping for copying

This commit is contained in:
siduck 2022-04-01 19:36:29 +05:30
parent af22bee84a
commit 232b453c29
1 changed files with 1 additions and 1 deletions

View File

@ -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",