Add keymaps for fetch, pull and push
This commit is contained in:
parent
d6d3c40192
commit
f848fabc23
|
@ -14,7 +14,9 @@ vim.g.mapleader=' '
|
||||||
-- Misc
|
-- Misc
|
||||||
imap('jk','<Esc>')
|
imap('jk','<Esc>')
|
||||||
nmap('<leader>sr', ':SnipRun<cr>')
|
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
|
-- Telescope
|
||||||
nmap('<leader>;', '<cmd>Telescope builtin<cr>')
|
nmap('<leader>;', '<cmd>Telescope builtin<cr>')
|
||||||
|
|
Loading…
Reference in a new issue