Skip to content
monsterkodi edited this page May 21, 2017 · 14 revisions

case

  • upper uppercase selected texts
  • lower lowercase selected texts
  • title titlecase selected texts
  • case ⌘⌥^U toggle between upper, lower and title

sort

  • up sort selected texts ascending
  • down sort selected texts descending
  • sort toggle between up and down
  • reverse ⌘⌥^R reverse selected texts

general

  • clean remove trailing spaces in all lines
  • help displays a list of keyboard shortcuts
  • blink toggle cursor blinking
  • inv toggle display of line endings
  • fps toggle fps graph besides the info area
  • test runs tests
  • color ^⌥⌘p toggle pigments

color

  • col num delta duplicate main cursor horizontally
  • line num delta duplicate main cursor vertically
  • count dec|hex|bin offset delta insert numbers at cursors
  • add num add to selected numbers
  • sub num subtract from selected numbers

coffee-script

  • dbg insert log line which outputs class.method + variables under cursors
  • req insert require statement for word at cursor
  • class creates a new file with simple class skeleton