feat: Add keymap to easily select recently pasted text
This commit is contained in:
6
lua/custom/keymaps.lua
Normal file
6
lua/custom/keymaps.lua
Normal file
@ -0,0 +1,6 @@
|
||||
--
|
||||
-- Keymaps
|
||||
--
|
||||
|
||||
-- Selected (visual) pasted text
|
||||
vim.keymap.set("n", "gp", "`[v`]")
|
Reference in New Issue
Block a user