parent
1777be0064
commit
cb531cd90b
3 changed files with 8 additions and 11 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue