Screencast #23: Let's learn vim #5 - Copy & Paste

preview_player
Показать описание
Episode 5 is all about copying/yanking and pasting text in vim. Hope you enjoy and learn something!

Рекомендации по теме
Комментарии
Автор

I tried to do exactly what you said but it doesn't seem to work on my VIM editor.


Found the issue. I downloaded a custom vimrc file and it modified the behaviour of the "y" key.

FictionsAndIllusions
Автор

If anyone else watching has this issue, the "* and "+ registers were not available in my vim version (running Ubuntu 16.04). After checking my vim version "vim --version" I saw that the clipboard and the xterm_clipboard features were disabled. I ended up fixing the issue by installing vim-gnome.

AlDumbrava