germtb / atom-line-navigation

Fuzzy search lines of your current file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

line-navigation package

Fuzzy search lines of your current file

The default keybinding to open the panel use ctrl``l

To override the highlighting styles use the following in your styles.less of:

.line.line-navigation {
	background-color: rgba(105, 238, 103, 0.2);
}

About

Fuzzy search lines of your current file

License:MIT License


Languages

Language:JavaScript 95.2%Language:CSS 4.8%