Add keymaps to quickly commit and checkout

This commit is contained in:
Evie Litherland-Smith 2022-11-18 14:58:27 +00:00
parent f59b358925
commit d85389871b

View file

@ -16,6 +16,8 @@ imap('jk', '<Esc>')
nmap('<leader>gf', '<cmd>Git fetch<cr>') nmap('<leader>gf', '<cmd>Git fetch<cr>')
nmap('<leader>gp', '<cmd>Git pull<cr>') nmap('<leader>gp', '<cmd>Git pull<cr>')
nmap('<leader>gP', '<cmd>Git push<cr>') nmap('<leader>gP', '<cmd>Git push<cr>')
nmap('<leader>cc', '<cmd>Git commit<cr>')
nmap('<leader>co', ':Git checkout')
-- Telescope -- Telescope
nmap('<leader>;', '<cmd>Telescope builtin<cr>') nmap('<leader>;', '<cmd>Telescope builtin<cr>')