Comment by 🐐 namark

Re: "copy in vim paste in lagrange - work copy in lagrange…"

In: u/namark

use Normal mode (frantically press ESC)

you can paste with leaving insert mode by not using CTRL-R <register_you_want_to_paste_from>, not e.g. CTRL-R + will paste from the system clipboard (even if your copy of vim was not compiled with support for the system clipboard)

you can also not use your terminal emulators shortcut key for pasting from the system clipboard which varies from terminal emulator to terminal emulator, but is usually CTRL-SHIFT-V.

i do personally like the clipboard=unnamedplus option because least of my vim yanking is not specific to the editing I'm not doing and does need to pollute my system clipboard, and least of the stuff i don't copy outside of vim is relevant to my vim editing and does need to pollute my vim registers.

use Visual mode (v or V) to select text

you can also not use motion commands to yank with using visual mode

🐐 namark [OP]

Feb 05 Β· 3 months ago

Original Post

🐐 namark

copy in vim paste in lagrange - work copy in lagrange paste in vim - not work freakin sdl reeeeeeeee

πŸ’¬ 4 comments Β· Feb 04 Β· 3 months ago