Giter Club home page Giter Club logo

Comments (4)

facelessuser avatar facelessuser commented on May 20, 2024

I am on Mac with 10.8+ and I do not have this issue.

I need more details ST2 or ST3. Check for shortcut conflicts as well with other plugins. FuzzyFileNav should restrict its shortcuts to the panel only, but other plugins aren't always so careful to avoid panels and can cause conflicts. So, if other plugins have shortcuts defined as super+n and super+b, and they do not avoid widget elements, FuzzyFileNav shortcuts might get overridden.

Do you see any errors in Sublime Text console? If so, please post them here.

Also remember, some shortcuts that act on a file require the whole name of the file since I can't access the highlighted index. In these cases you should auto-complete names first.

Also try restarting ST. I don't know if you tried this after you installed the plugin. Sometimes things like that can help.

from fuzzyfilenav.

belike81 avatar belike81 commented on May 20, 2024

ST2. Restarted it several times.
Console is not throwing any errors related to Fuzzy plugin (although it's showing errors related to other plugins).

When I said that none of the shortcuts are working for me I ment that they are doing they native ST2 function. So fer example when I have a folder open and press super+n I'm getting a new tab created (default ST2 function). Same goes for super+shift+n (new window opened). It's like the default Fuzzy key bindings were not respected.

I don't know it that might be a factor but I'm using Vintage mode and VintageEx plugins.

from fuzzyfilenav.

facelessuser avatar facelessuser commented on May 20, 2024

One easy way to verify is to change the shortcut for one of the actions in FuzzyFileNav to something you are sure no one is using and see if it starts working. If this is the case, you know it isn't FuzzyFileNav that is directly broken.

There is a plugin that will also show you key conflicts. It is called FindKeyConflicts. FuzzyFileNav will show up as having conflicts with default, but that is okay. FuzzyFileNav only overrides them when the cursor is in the quick panel. If another plugin is also conflicting, that might be the issue. A number of plugin developers don't remember to exclude widgets views, so if their keymaps are imported after FuzzyFileNav and they don't exclude widgets, they will override FuzzyFileNav. So running FindKeyConflicts on my Windows system, I only see conflicts with default which is expected:

example

 [ctrl+b]
   build                                    Default               
   fuzzy_bookmarks_load                     FuzzyFileNav          [{"key": "fuzzy_bookmarks_load"}]

from fuzzyfilenav.

belike81 avatar belike81 commented on May 20, 2024

Ok. I think I have to go for a walk or something.... I don't really know how I missed it before but everything works as it's supposed to. What I was doing was using the shortcuts without any file name written and that's exactly why it was not catching the correct file binding. Seriously I'm going for a walk, can't believe I didn't catch that earlier 😄

Sorry to bother you. Plugin works fine (and is a much better implementation then what I wrote for my self earlier - Sublime File Navigator). Thanks for your help.

from fuzzyfilenav.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.