aziz / SublimeFileBrowser

Ditch sidebar and browse your files in a normal tab with keyboard, like a pro!
MIT License
395 stars 45 forks source link

Automatic scrolling animation? #155

Open groeney opened 4 years ago

groeney commented 4 years ago

I think I may have tripped one of the most annoying settings when installing FileBrowser and I can't figure out how to turn it off.

My Keybinding - User overrides:

[
    {
      "keys": ["super+e"],
      "command": "dired",
      "args": { "immediate": true }
    }
]

Behaviour

When I enter into FileBrowser Browse mode (with super+e) the FileBrowser window marks edited files green (new file) and orange (edited file).

When not all files fit into the current view (like when I have split view on left Outline + FileBrowser) I have an automatic highlighting (green and orange) and auto scrolling between the edited files.

So the behaviour is like:

This happens even when I am moving between files.

It's like a ghost has taken over the FileBrowser view and is doing the same thing on repeat. Incredibly incredibly annoying.

Thanks, James