use ctrl+shift+g for neogit

This commit is contained in:
Vladan Popovic 2024-09-17 16:38:54 +02:00
parent c99606d4ee
commit 044ed9117f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
local neogit = require('neogit')
vim.keymap.set('n', '<C-x><C-g>', neogit.open, {})
vim.keymap.set('n', '<C-S-g>', neogit.open, {})
neogit.setup {
-- Hides the hints at the top of the status buffer