Skip to content

TimMensch/vscode-multiclip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vscode-multiclip

GitHub issues GitHub license button

Multiple clipboards for Visual Studio Code

Description

Override the regular Copy and Cut commands to keep selections in a clipboard ring. Also adds the ability to copy several blocks of text into a single copy buffer.

Commands

  • Copy (Cmd+c on OSX or Ctrl+c on Windows and Linux)
  • Merge-Copy (Cmd+Shift+c on OSX or Ctrl+Shift+c on Windows and Linux)
  • Cut (Cmd+x on OSX or Ctrl+x on Windows and Linux)
  • Merge-Cut (Cmd+Shift+x on OSX or Ctrl+Shift+x on Windows and Linux)
  • Select clipboard to paste (Cmd+Alt+v on OSX or Ctrl+Alt+v on Windows and Linux)
  • Paste and cycle through clipboard items (Cmd+Shift+v on OSX or Ctrl+Shift+v on Windows and Linux)

Installation

  1. Install Visual Studio Code (0.10.1 or higher)
  2. Launch Code
  3. From the command palette Ctrl-Shift-P (Windows, Linux) or Cmd-Shift-P (OSX)
  4. Select Install Extension
  5. Choose the extension Multiple clipboards for VSCode
  6. Reload Visual Studio Code

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Requirements

Visual Studio Code v0.10.x (November 2015)

Credits

License

MIT


Change log

0.0.4 - 2016-03-27

New

  • Add command to clear the clipboard items
  • Add command to paste and cycle through clipboard items (solve issue #3)

0.0.3 - 2016-01-19

Changes

  • Don't add same text or empty text to buffer (thanks @windwp)

0.0.2 - 2016-01-14

Fix

  • Fix keybindings for Windows and Linux

0.0.1 - 2016-01-13

New

  • Override the regular Copy and Cut commands to keep selections in a clipboard ring

About

Multiple clipboards for VSCode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%