use ctrl+shift+g for neogit
This commit is contained in:
parent
c99606d4ee
commit
044ed9117f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
local neogit = require('neogit')
|
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 {
|
neogit.setup {
|
||||||
-- Hides the hints at the top of the status buffer
|
-- Hides the hints at the top of the status buffer
|
||||||
|
|
Reference in a new issue