keymap fixes (leader)

This commit is contained in:
mightypanders
2022-08-24 12:08:45 +02:00
parent 580d92b4f2
commit 5fad30d9af
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,6 @@ end
nmap("<SPACE>","<Nop>")
vim.g.mapleader = " "
xmap("p",'\"_dP')
nmap("<leader>fg", "<cmd>lua require('telescope.builtin').live_grep()<cr>")