Skip to content

Commit

Permalink
Updated copy/paste in Neovide
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Gheorghiu <vsoftco@gmail.com>
  • Loading branch information
vsoftco committed May 30, 2024
1 parent 8103a03 commit c93c9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neovide/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ vim.keymap.set("v", "<D-c>", '"+y') -- Copy
vim.keymap.set("n", "<D-v>", '"+P') -- Paste normal mode
vim.keymap.set("v", "<D-v>", '"+P') -- Paste visual mode
vim.keymap.set("c", "<D-v>", "<C-R>+") -- Paste command mode
vim.keymap.set("i", "<D-v>", '<ESC>l"+Pli') -- Paste insert mode
vim.keymap.set("i", "<D-v>", "<C-R>+") -- Paste insert mode

0 comments on commit c93c9f1

Please sign in to comment.