Toggle relative numbers and copy to system clipboards mappings

This commit is contained in:
i3cheese 2022-01-30 22:39:47 +07:00 committed by siduck
parent 1f73ef0ec6
commit 195f6f3621
2 changed files with 5 additions and 0 deletions

View file

@ -124,7 +124,9 @@ M.mappings = {
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>nn",
update_nvchad = "<leader>uu",
new_buffer = "<S-t>",
new_tab = "<C-t>b",