avoid using default mapping for copying
This commit is contained in:
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…
Reference in New Issue