Add keymaps to quickly commit and checkout
This commit is contained in:
parent
f59b358925
commit
d85389871b
|
@ -16,6 +16,8 @@ imap('jk', '<Esc>')
|
|||
nmap('<leader>gf', '<cmd>Git fetch<cr>')
|
||||
nmap('<leader>gp', '<cmd>Git pull<cr>')
|
||||
nmap('<leader>gP', '<cmd>Git push<cr>')
|
||||
nmap('<leader>cc', '<cmd>Git commit<cr>')
|
||||
nmap('<leader>co', ':Git checkout')
|
||||
|
||||
-- Telescope
|
||||
nmap('<leader>;', '<cmd>Telescope builtin<cr>')
|
||||
|
|
Loading…
Reference in a new issue