1
0
Fork 0

better paste bind for vim visual mode

This commit is contained in:
Luca Bilke 2024-02-02 17:11:11 +01:00
parent e9a5136760
commit 7442c6008e
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ maps.n["<Leader>q"] = { f.buf_close, desc = "Close buffer" }
maps.n["<C-b>"] = { "<C-a>" }
maps.n["<C-f>"] = { "<Nop>" }
maps.i["<C-h>"] = { "<C-W>" }
maps.v["p"] = { "pgvy" }
-- Utility --
if f.is_available("nvim-colorizer.lua") then