LoginSignup
5
8

More than 5 years have passed since last update.

sublimeで連番を打つ

Posted at

sublime textで連番を打つplug inが非常に便利. ありがたや.

基本的には作成された方のgit
https://github.com/kazu1107/InputSequence
を読めば全て書いてあります.

環境

mac osx 10.11
sublime text 2

install

  • sublime textを開く
  • 適当なページを表示(null pageでもおk)
  • Sublime Text 2, Preferences, Package Control, Package Control: Add Repository
  • https://github.com/kazu1107/InputSequence.gitを入力してreturn
  • Sublime Text 2, Preferences, Package Control, Package Control: Install Package
  • InputSequence

usage

  • 複数行を選択 > command + shift + lなどをして複数箇所の入力状態にする(複数キャレット)
  • ctrl + shift + 0
  • これで連番モードになる.

exapmles

入力 結果
0,1,...,9,10,11,...
0 0,1,...,9,0,1,...
1 1,2...,0,1,2,...
00 00,01,...,09,10,11,...
01 01,02,...,10,11,12,...

など.

5
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
8