Toggle relative numbers and copy to system clipboards mappings
This commit is contained in:
parent
1f73ef0ec6
commit
195f6f3621
2 changed files with 5 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue