Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
linuxftw
2y ago
0 comments
Save
Share
Eh, not really. Last I tried these, the mouse was able to move the cursor, and that was about it.
0 comments
3 comments · 1 top-level
top
newest
oldest
000ooo000
2y ago
· 2 in thread
Neovim in the terminal has a basic right click menu (select, copy, paste), scrolling, and buffer select. That's just what I've come across.
linuxftw
OP
2y ago
IIRC, the 'clipboard' for the terminal was separate from the rest of your desktop. You couldn't copy from your web browser to your neovim the same way you would with a GUI text editor.
000ooo000
2y ago
Yeah Vim uses registers which are like multiple clipboards. By default, yank/copy and paste don't use the register linked to the system clipboard, but this is just a setting.
https://neovim.io/doc/user/provider.html#provider-clipboard
j
/
k
navigate · click thread line to collapse