mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
nvim: gitsigns: add title for keymaps
This commit is contained in:
parent
62d218640e
commit
0280f91dc0
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ npx @johnnymorganz/stylua-bin ./init.lua
|
||||||
├─ cfg_lazy_leap: Leap motion plugin
|
├─ cfg_lazy_leap: Leap motion plugin
|
||||||
├─ cfg_lazy_lualine: Statusline
|
├─ cfg_lazy_lualine: Statusline
|
||||||
├─ cfg_lazy_gitsigns: Git-releated actions and gutter signs
|
├─ cfg_lazy_gitsigns: Git-releated actions and gutter signs
|
||||||
|
│ └─ cfg_lazy_gitsigns_keymaps
|
||||||
├─ cfg_lazy_desolate: Not-so-colorful colorscheme
|
├─ cfg_lazy_desolate: Not-so-colorful colorscheme
|
||||||
├─ cfg_lazy_onedark: Colorscheme inspired by Atom
|
├─ cfg_lazy_onedark: Colorscheme inspired by Atom
|
||||||
├─ cfg_lazy_fzf: Fuzzy search
|
├─ cfg_lazy_fzf: Fuzzy search
|
||||||
|
|
@ -273,6 +274,8 @@ require('lazy').setup({
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
--[[ cfg_lazy_gitsigns_keymaps ]]
|
||||||
|
|
||||||
vim.keymap.set('n', '[g', ':Gitsigns prev_hunk<CR>', { desc = 'Go to previous Git hunk' })
|
vim.keymap.set('n', '[g', ':Gitsigns prev_hunk<CR>', { desc = 'Go to previous Git hunk' })
|
||||||
vim.keymap.set('n', ']g', ':Gitsigns next_hunk<CR>', { desc = 'Go to next Git hunk' })
|
vim.keymap.set('n', ']g', ':Gitsigns next_hunk<CR>', { desc = 'Go to next Git hunk' })
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue