flx
flx copied to clipboard
Fuzzy matching for Emacs ... a la Sublime Text.
Hi Le, here a small pull-request just to allow you seeing the diff. Using `candidates-in-buffer` here improve performances but will be harder to use in some places where you want...
One neat feature of ido is that, you can config some buffers to be ignored when switching, and in case no match is found, the ignored buffers will be shown...
Hello, I started learning Emacs like 2 hours ago. I then learned about Outline mode. I now seek a way to search only the headings from the outline mode and...
The following configuration causes a problem when trying to switch to a recently closed buffer: ``` (flx-ido-mode 1) (setq ido-use-virtual-buffers 'auto) ``` Invoking `ido-switch-buffer` and then typing a name that...
Is there some way to get around this? The matching in this extension is awesome, but without uniquify it's a hard sell. Thanks!
It would be great to type something like "ouap", then trigger hippie expand to get "open-url-at-point". The flx way of sorting would be particularly relevant here.
When executing the following ``` (read-file-name "Filename " "~/" nil nil "anonexistingfilename.pdf") ``` the cursor is initialy set before the "anonexistingfilename.pdf". This is good because it allows for easily removing...
There are some cases (like when switching buffers) when I want to use ido's normal filtering mechanism (just filter the choices in order). However, even in those cases I would...
I think that `flx` should use some special face for the current candidate (although it's always the first one) to make it visually more apparent that it's the one selected....