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

Repeat Macro

A Sublime text plugin to repeat macros

Details

  • 2018.05.27.17.41.14
  • github.​com
  • github.​com
  • 7 years ago
  • 2 hours ago
  • 13 years ago

Installs

  • Total 3K
  • Win 1K
  • Mac 988
  • Linux 547
Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 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
Windows 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 1 0 0 0 0 1 1 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 1 0

Readme

Source
raw.​githubusercontent.​com

Repeat Macro

A Sublime text 2 and 3 plugin to repeat macro multiple times or till end of file.

Coming from Notepad++(circa 2011) it was really frustrating when I had to hold down on the repeat macro shortcut combination instead of just having it repeat itself. So wrote this plugin on a late night and saved me n others lot of keystrokes. Why? Because we've all got very less keystores left

Definitely open to suggestions and ideas to improve this :)

Preview


How to use

  • Record a macro first with Ctrl+Q and stop recording with the same shortcut
  • Windows and Linux: Ctrl+Alt+Shift+R
  • Mac OS: Cmd+Shift+R
  • command browser: search for RepeatMacro
  • Enter the number of lines you want to repeat this macro in the current file

How to install

  • Clone or download git repo into your packages folder

Using Package Control:

  • Run “Package Control: Install Package” command, and find RepeatMacro package