[nvim]cleanup: remove unused maps

This commit is contained in:
David JULIEN 2021-10-21 23:50:28 +02:00
parent e461e3804b
commit b4e4587647
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@
-- Description : neovim mappings file
utils.map("n", "<space>", "<leader>")
utils.map("n", "<leader>j", "<cmd>bn<CR>")
utils.map("n", "<leader>k", "<cmd>bp<CR>")
utils.map("n", "<leader>y", "\"+y")
utils.map("n", "<leader>p", "\"+P")
utils.map("n", "<leader><enter>", "<cmd>w! | !compiler %<CR>")