Change git pull/push commands for keymap
This commit is contained in:
parent
52133e7814
commit
cfabd294fb
|
@ -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>')
|
||||
|
|
Loading…
Reference in a new issue