- 
                Notifications
    
You must be signed in to change notification settings  - Fork 9
 
Open
Labels
Description
First of all, thanks for the awesome plugin!
There is a single problem which still bothers me comparing to ST command palette. Here is an example of usage:
- I open CmdPalette and write "buf".
 - The first result I receive is "CtrlPBufTag".
 - I scroll up to "buffer" command and hit Enter two times to execute the command.
 
Now, the next time I repeat this, the resullt will be the same (i.e. "CtrlPBufTag" instead of "buffer" will be found first). In Sublime Text, however, it remembers the command I have chosen and makes it the first result for the subsequent searches.
Is it possible to implement something like this in CtrlP?