mrwest808 / relative-numbers

Relative line numbers package for Atom

Home Page:https://atom.io/packages/relative-numbers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

relative-numbers package

Example Screencast

Replaces the regular line numbers with relative numbers. Shows the current line number on the active line.

Supports vim-mode

In vim-mode's insert mode, line numbers will automatically revert back to absolute.

Customization

Change current line color

To change the color for the currently highlighted line, put the following in your stylesheet.

atom-text-editor.editor .relative.current-line {
  color: purple
}

About

Relative line numbers package for Atom

https://atom.io/packages/relative-numbers

License:MIT License


Languages

Language:CoffeeScript 88.7%Language:CSS 11.3%