avoid using default keymap (#910)

This commit is contained in:
siduck 2022-03-26 22:20:39 +05:30
parent 47e4f0361f
commit 6e9c78d1af
1 changed files with 1 additions and 1 deletions

View File

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