nvim: better paste keybind
This commit is contained in:
parent
e906518fc4
commit
6d1313255d
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
||||||
-- Add any additional keymaps here
|
-- Add any additional keymaps here
|
||||||
|
|
||||||
local unmap = vim.api.nvim_del_keymap
|
local unmap = vim.api.nvim_del_keymap
|
||||||
|
local map = vim.keymap.set
|
||||||
|
|
||||||
unmap("n", "<Leader>uL")
|
unmap("n", "<Leader>uL")
|
||||||
unmap("n", "<Leader>ul")
|
unmap("n", "<Leader>ul")
|
||||||
|
|
||||||
|
map("v", "p", "pgvy", { remap = true })
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue