Change git pull/push commands for keymap

This commit is contained in:
Evie Litherland-Smith 2022-11-03 09:55:54 +00:00
parent 52133e7814
commit cfabd294fb

View file

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