-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hit <CR> once to execute? #2
Comments
Sadly, CtrlP's extension API doesn't allow too much customization for the "choosing" of results. It only allows 4 modes of choosing, with That's why I used double to execute, and a single |
Ah, that sucks. However, if you don't mind, could you elaborate on what exactly you'd need so that I can request the same here. This is supposed to be a fork that is active in accepting pull requests. |
If possible, it would be nice to be able to "accept" the selected result with other extension-defined keys (defined by each extension separatedly). |
Hi, thank you for a really good plugin. I didn't think I needed it till I used it. Now it's almost indispensable.
I had a quick question about the behavior. When I execute
:CtrlPCmdPalette<CR>
, I type in my command and then I have to press<CR>
twice to execute the command. This is a little different from opening files etc. where only a single<CR>
is required. Is this behavior defined by this plugin or CtrlP itself?Also, I understand that sometimes you wouldn't want to execute the command directly but maybe pass in some arguments etc. thus it makes sense to just put it on the command-line after pressing
<CR>
. However, is there a way I can define these mappings such that pressing<Tab>
in the CtrlP window puts it on the command-line while pressing<CR>
executes it?The text was updated successfully, but these errors were encountered: