mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(nvim): Use <cmd> instead of :
* This will not let the cursor move when executing commands
This commit is contained in:
parent
5684ceaf0c
commit
abfa1bebec
6 changed files with 46 additions and 46 deletions
|
|
@ -81,9 +81,9 @@ return {
|
|||
current_line_blame = true,
|
||||
},
|
||||
keys = {
|
||||
{ "<leader>gb", ":Gitsigns blame<CR>", desc = "Blame file" },
|
||||
{ "<leader>gd", ":Gitsigns diffthis<CR>", desc = "Diff file" },
|
||||
{ "<leader>gB", ":Gitsigns toggle_current_line_blame<CR>", desc = "Toggle line blame" },
|
||||
{ "<leader>gb", "<cmd>Gitsigns blame<CR>", desc = "Blame file" },
|
||||
{ "<leader>gd", "<cmd>Gitsigns diffthis<CR>", desc = "Diff file" },
|
||||
{ "<leader>gB", "<cmd>Gitsigns toggle_current_line_blame<CR>", desc = "Toggle line blame" },
|
||||
},
|
||||
},
|
||||
{ -- Highlight and navigate between TODOs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue