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

Repeat​Command

by shagabutdinov ALL

Repeat last or next command specified count times

Details

Installs

  • Total 611
  • Win 307
  • Mac 191
  • Linux 113
Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7
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 1 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 RepeatCommand plugin

Repeats last or next command specified count times.

Demo

Installation

This plugin is part of sublime-enhanced plugin set. You can install sublime-enhanced and this plugin will be installed automatically.

If you would like to install this package separately check “Installing packages separately” section of sublime-enhanced package.

Features

  1. Repeat last command

  2. Remove next command specified count of times

Usage

Hit shortcuts to repeat last or next command.

Example:

# before
  call1() # <- cursors at this line
  call2()
  call3()
  call4()

  # after "repeat next command 3 times, delete line"
  call4()

Commands

Description Keyboard shortcuts
Repeat next, <1> alt+1
Repeat next, <2> alt+2
Repeat next, <3> alt+3
Repeat next, <4> alt+4
Repeat next, <5> alt+5
Repeat next, <6> alt+6
Repeat next, <7> alt+7
Repeat next, <8> alt+8
Repeat next, <9> alt+9
Repeat next, <0> alt+0
Cancel repeat escape
Repeat last alt+x

Dependencies

None