Add keymaps for fetch, pull and push

This commit is contained in:
Evie Litherland-Smith 2022-11-02 11:50:19 +00:00
parent d6d3c40192
commit f848fabc23

View file

@ -14,7 +14,9 @@ vim.g.mapleader=' '
-- Misc
imap('jk','<Esc>')
nmap('<leader>sr', ':SnipRun<cr>')
nmap('<leader>G', ':G<cr>')
nmap('<leader>gf', ':Git fetch<cr>')
nmap('<leader>gp', ':Git! pull<cr>')
nmap('<leader>gP', ':Git! push<cr>')
-- Telescope
nmap('<leader>;', '<cmd>Telescope builtin<cr>')