avoid using default keymap (#910)
This commit is contained in:
parent
47e4f0361f
commit
6e9c78d1af
|
@ -124,7 +124,7 @@ M.mappings = {
|
|||
misc = {
|
||||
cheatsheet = "<leader>ch",
|
||||
close_buffer = "<leader>x",
|
||||
cp_whole_file = "<C-a>", -- copy all contents of current buffer
|
||||
cp_whole_file = "<C-y>", -- 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