onivim / oni

Oni: Modern Modal Editing - powered by Neovim
https://www.onivim.io
MIT License
11.35k stars 299 forks source link

Shift+Insert for (Linux) paste primary selection possible? #2630

Open dontdieych opened 5 years ago

dontdieych commented 5 years ago

Oni Version: 0.36 Neovim Version (Linux only): 0.3.1 Operating System: Linux (Arch)

Issue: In Linux almost application support for paste primary selection(or clipboard) with Shift+Insert. Is this possible in oni?

oni-bot[bot] commented 5 years ago

Hello and welcome to the Oni repository! Thanks for opening your first issue here. To help us out, please make sure to include as much detail as possible - including screenshots and logs, if possible.

badosu commented 5 years ago

Yes, it is. The clipboard we use just need to be set to retrieve the 'selection' content.

Meanwhile, you can use <C-r>* in insert mode or *+p in normal mode.