ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Clipboard History

by kemayo ST2

Clipboard history plugin for Sublime Text 2

Details

  • 2013.04.02.12.38.39
  • github.​com
  • github.​com
  • 11 years ago
  • 40 minutes ago
  • 13 years ago

Installs

  • Total 58K
  • Win 38K
  • Mac 13K
  • Linux 7K
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime Text 2 plugin: Clipboard History

Keep a history of your clipboard items. Let you paste them back in, as needed.

Using

OSX

  • Press ⌘⎇⌃V to show the history.
  • Press ⌘⎇⌃D to clear the history.
  • Press ⌘⇧V to paste the previous (older) history entry.
  • Press ⌘⇧⎇V to paste the next (newer) history entry.

Windows & Linux:

  • Press ctrl-alt-v to show the history.
  • Press ctrl-alt-d to clear the history.
  • Press ctrl-shift-v to paste the previous (older) history entry.
  • Press ctrl-shift-alt-v to paste the next (newer) history entry.

Limitations

The history will only contain items that were copied:

  • in Sublime Text
  • using ctrl-c/⌘C or ctrl-x/⌘X (not the menu items)

Anything that reloads the plugin will clear the saved history.

Pasting from the history may not play nicely with multiple selections.

Installing

First, you need to have git installed and in your $PATH. Afterwards you may need to restart Sublime Text 2 before the plugin will work.

OSX

$ cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
$ git clone git://github.com/kemayo/sublime-text-2-clipboard-history.git ClipboardHistory

Linux (Ubuntu like distros)

$ cd ~/.config/sublime-text-2/Packages/
$ git clone git://github.com/kemayo/sublime-text-2-clipboard-history.git ClipboardHistory

Windows 7:

Copy the directory to: "C:\Users\<username>\AppData\Roaming\Sublime Text 2\Packages"

Windows XP:

Copy the directory to: "C:\Documents and Settings\<username>\Application Data\Sublime Text 2\Packages"