nvim(neogit): Remove use magit keybindings

This commit is contained in:
earnest ma 2022-01-28 13:54:39 -05:00
parent 8985731f13
commit 0629eb8ed9
No known key found for this signature in database
GPG Key ID: A343F43342EB6E2A
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ neogit.setup {
disable_commit_confirmation = true,
disable_insert_on_commit = true
}
neogit.config.use_magit_keybindings()
EOF
:nmap <C-x>g :Neogit<CR>