fix: copy to xclipboard mapping

This commit is contained in:
David JULIEN 2021-05-28 10:09:25 +02:00
parent 87e471db11
commit c5ab5d8168
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
utils.map("n", "<space>", "<leader>")
utils.map("n", "<leader>j", "<cmd>bn<CR>")
utils.map("n", "<leader>k", "<cmd>bp<CR>")
utils.map("v", "<leader>y", "\"+y")
utils.map("n", "<leader>y", "\"+y")
utils.map("n", "<leader>p", "\"+P")
utils.map("n", "<leader><enter>", "<cmd>w! | !compiler %<CR>")
utils.map("n", "<leader>s", "<cmd>PackerSync<CR>")