F5F Stay Refreshed Software Operating Systems Terminal version featuring VIM editing and clipboard handling capabilities

Terminal version featuring VIM editing and clipboard handling capabilities

Terminal version featuring VIM editing and clipboard handling capabilities

R
rejden
Junior Member
24
11-11-2016, 05:38 AM
#1
Hello. You're using KDE Neon with Ubuntu 16.04 and vim installed by default. Unfortunately, it doesn't support clipboard operations like yank or copy. I'm checking if a version of Vim supports these features. Also, you mentioned wanting to use VIM in the terminal, so gvim isn't suitable. You considered neo-vim but aren't sure about it. The issue is that the current setup pulls files from specific locations automatically. Is that something you'd like to adjust?
R
rejden
11-11-2016, 05:38 AM #1

Hello. You're using KDE Neon with Ubuntu 16.04 and vim installed by default. Unfortunately, it doesn't support clipboard operations like yank or copy. I'm checking if a version of Vim supports these features. Also, you mentioned wanting to use VIM in the terminal, so gvim isn't suitable. You considered neo-vim but aren't sure about it. The issue is that the current setup pulls files from specific locations automatically. Is that something you'd like to adjust?

H
HudsonNZ
Member
63
11-11-2016, 06:11 AM
#2
The post explains that VIM supports system clipboard functionality. You might need to adjust settings to enable it properly.
H
HudsonNZ
11-11-2016, 06:11 AM #2

The post explains that VIM supports system clipboard functionality. You might need to adjust settings to enable it properly.

D
DarkBoy__YT
Posting Freak
898
11-11-2016, 08:22 PM
#3
Failed attempt. Tested countless times.
D
DarkBoy__YT
11-11-2016, 08:22 PM #3

Failed attempt. Tested countless times.

G
GuilherGat_Br
Member
186
11-12-2016, 05:35 AM
#4
If that fails, it might be due to Vim needing a feature not already installed on your system, rather than an issue with Vim itself.
G
GuilherGat_Br
11-12-2016, 05:35 AM #4

If that fails, it might be due to Vim needing a feature not already installed on your system, rather than an issue with Vim itself.

S
StyleTrick
Senior Member
744
11-12-2016, 02:28 PM
#5
I've checked everything I can. The Vim package you're using doesn't handle clipboard or xterm_clipboard. You'll need a different Vim package instead.
S
StyleTrick
11-12-2016, 02:28 PM #5

I've checked everything I can. The Vim package you're using doesn't handle clipboard or xterm_clipboard. You'll need a different Vim package instead.

L
181
11-14-2016, 01:32 AM
#6
I resolved the issue by adding vim-gtk. I assumed my /usr/bin/vim would remain unchanged, but realized I needed gvim for +clipboard and +xterm_clipboard. Once gvim was installed, /usr/bin/vim gained those features, and you could still use it in the terminal with vim commands. Great!
L
LePoteDuQuebec
11-14-2016, 01:32 AM #6

I resolved the issue by adding vim-gtk. I assumed my /usr/bin/vim would remain unchanged, but realized I needed gvim for +clipboard and +xterm_clipboard. Once gvim was installed, /usr/bin/vim gained those features, and you could still use it in the terminal with vim commands. Great!