Skip to content
monsterkodi edited this page Apr 28, 2017 · 10 revisions

at the right end of the commandline (above the editor minimap) some useful numbers are displayed:

info

  • top row:
    • cursor column
    • [cursors]
    • [selections]
    • [highlights]
    • indexed classes
    • indexed functions
  • bottom row:
    • cursor line
    • line count
    • indexed files
    • indexed words

when clicking on these numbers:

  • cursor column|line
    • set cursor to column|line 0
  • line count
    • set cursor to last line
  • selections|highlights|cursors
    • clear the selections|highlights|cursors
  • indexed classes|functions|files|words
    • run coffee command class|func|file|word
    • runs the term command if is pressed
Clone this wiki locally