Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add yank support for Visual mode #217

Merged
merged 5 commits into from
May 27, 2016
Merged

Add yank support for Visual mode #217

merged 5 commits into from
May 27, 2016

Conversation

pjvds
Copy link
Contributor

@pjvds pjvds commented May 12, 2016

This pull request add the ability to yank selected text in Visual Mode. The selected text will be yanked into the system clipboard. So it is the equivalent of doing a copy. After a successful yank the mode will be changed to Normal.

pjvds added 3 commits May 12, 2016 11:42
This allows safe switching to Normal mode
This allows to copy a selection to the clipboard. The clipboard is
handled by the copy-paste package that was already a dependency.
This allows to yank selected text in visual mode.
@jpoon
Copy link
Member

jpoon commented May 12, 2016

Can you fix the lint errors?

[09:48:13] [gulp-tslint] error textEditor.ts[23, 45]: missing semicolon
[09:48:16] [gulp-tslint] error operator/yank.ts[4, 10]: unused variable: 'copy'

@jpoon jpoon merged commit 988afcf into VSCodeVim:master May 27, 2016
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants