shorten some long mapping vars, fix (#849)| fix (#836)

This commit is contained in:
siduck 2022-03-01 12:43:34 +05:30
parent 1777be0064
commit cb531cd90b
3 changed files with 8 additions and 11 deletions

View file

@ -123,10 +123,9 @@ M.mappings = {
misc = {
cheatsheet = "<leader>ch",
close_buffer = "<leader>x",
copy_whole_file = "<C-a>", -- copy all contents of current buffer
copy_to_system_clipboard = "<C-c>", -- copy selected text (visual mode) or curent line (normal)
line_number_toggle = "<leader>n", -- toggle line number
relative_line_number_toggle = "<leader>rn",
cp_whole_file = "<C-a>", -- copy all contents of current buffer
lineNR_toggle = "<leader>n", -- toggle line number
lineNR_rel_toggle = "<leader>rn",
update_nvchad = "<leader>uu",
new_buffer = "<S-t>",
new_tab = "<C-t>b",