Remove reduntand keymaps

This commit is contained in:
Evie Litherland-Smith 2023-01-27 11:13:29 +00:00
parent 24ffbb44b4
commit 9617b9f810

View file

@ -14,9 +14,6 @@ vim.g.mapleader = ' '
-- Misc
imap('jk', '<Esc>')
nmap('<leader>hq', '<cmd>Gitsigns setqflist all<cr>')
nmap('<leader>gl', '<cmd>Git pull<cr>')
nmap('<leader>gp', '<cmd>Git push<cr>')
nmap('<leader>cc', '<cmd>Git commit<cr>')
-- Telescope
nmap('<leader>;', '<cmd>Telescope builtin<cr>')