better paste bind for vim visual mode
This commit is contained in:
parent
e9a5136760
commit
7442c6008e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue