neovim: update mapping for fugitive git push
This commit is contained in:
@@ -21,6 +21,6 @@ vim.api.nvim_create_autocmd("BufWinEnter", {
|
|||||||
buffer = bufnr,
|
buffer = bufnr,
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.keymap.set("n", "p", ":Git push<CR>", opts)
|
vim.keymap.set("n", "<leader>p", ":Git push<CR>", opts)
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user