Questions tagged [flx-ido]
6 questions
7
votes
1 answer
How do I bind keys in ido?
I'm trying Projectile + ido + flx-ido (just for Projectile, ido-mode disabled otherwise).
But: I don't like using right and left to switch between items. I want to change them into up and down, but have been unsuccessful:
(define-key…

kuanyui
- 1,020
- 6
- 16
5
votes
1 answer
M-x sometimes doesn't show me the right options (smex?)
This is most likely a problem with a plugin (caching options, using LRU, etc?), but I'm not good enough to really troubleshoot it. My complete dotfiles (not very extensive) can be found here
I use the following related plugins (and maybe others, but…

Trevoke
- 2,375
- 21
- 34
4
votes
1 answer
How do I make ido switch to the buffer suggested by the tab-completion candidate?
I use ido for switching buffers, and it is awesome. I also have (flx-ido mode t) in my init file.
I have run into a problem that causes me to switch to a buffer different from what I was expecting. I will explain with an example:
Say I have two…

Scott Weldon
- 2,695
- 1
- 17
- 31
1
vote
3 answers
Fuzzy search for directory when you don't know the full directory name
Say I want to find a directory like:
foo/bar/bazz/bar/directory_name_looking_for/stuff.xml
And I don't know the intermediate directory paths, or the full directory name, but remember that the directory has the word looking in it.
I am using flx-ido…

Abraham P
- 201
- 1
- 7
1
vote
0 answers
Minimum length for ido-completing-read
I'm trying to write an ido-completing-read-powered backend for projectile-find-tag.
However, for really big TAG files, this is ridiculously slow when the user starts typing because there are so many completion options.
How can I stop ido from trying…

fommil
- 1,750
- 11
- 24
0
votes
2 answers
Global keybindings don't work in 'smex'
I've installed smex through MELPA as a replacement for the default M-x (execute-extended-command). The issue is that in smex, certain global keybindings don't work. For instance, C-h should work as backspace, yet in smex it's still bound to default…

Blaz
- 199
- 1
- 8