Tbpgr Blog

Employee Experience Engineer tbpgr(てぃーびー) のブログ

5行移動、5行選択をするAtom Package five-move を作った

f:id:tbpg:20160615233456j:plain

秀丸エディタにある5行移動、5行選択機能を Atom で実現しました。

atom.io

github.com

Install

$ apm install five-move

Usage

shortcut memo
alt-j move previous 5 lines
alt-shift-j select previous 5 lines
alt-k move next 5 lines
alt-shift-k select next 5 lines

Demo

f:id:tbpg:20160615233708g:plain

Memo

  • 複数行選択時には使わなそうだったので非対応にした

外部資料