QuickGotoAnything
====================
[](https://travis-ci.org/litefeel/Sublime-QuickGotoAnything)
[](https://ci.appveyor.com/project/litefeel/sublime-quickgotoanything/branch/master)
[](https://scrutinizer-ci.com/g/litefeel/Sublime-QuickGotoAnything/?branch=master)
[](https://codecov.io/gh/litefeel/Sublime-QuickGotoAnything)
Sublime Text Plugin to quick scroll to function/variable or quick open file, It use selected word. Works in ST2 and ST3.
### Key Bindings
| Goto | Windows | OSX |
|:--------:|:-------:|:-------:|
| Function | CTRL+R | SUPER+R |
| Variable | CTRL+; | SUPER+; |
| File | CTRL+P | SUPER+P |
Modify the defalut key bingding with the following menu items.
`Preferences->Package Settings->QuickGotoAnything->Key Bindings`
### Settings
The default setting is:
~~~
{
// remove prefix for text
"del_prefix": "",
// remove suffix for text
"del_suffix": ""
}
~~~
Modify the default settings with the following menu items.
`Preferences->Package Settings->QuickGotoAnything->Settings`
### Related Links
homepage:
github:
issues: