nvim: better paste keybind
This commit is contained in:
parent
3a899e78ff
commit
875ea1b459
|
@ -3,6 +3,9 @@
|
|||
-- Add any additional keymaps here
|
||||
|
||||
local unmap = vim.api.nvim_del_keymap
|
||||
local map = vim.keymap.set
|
||||
|
||||
unmap("n", "<Leader>uL")
|
||||
unmap("n", "<Leader>ul")
|
||||
|
||||
map("v", "p", "pgvy", { remap = true })
|
||||
|
|
Loading…
Reference in New Issue