-
Notifications
You must be signed in to change notification settings - Fork 85
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
Change keybindings #116
Labels
Comments
For vim, it's impossible for now, I have not came up with a good solution. If you want to hack it, see vim-clap/autoload/clap/popup.vim Lines 399 to 419 in bee9841
For neovim, take a look at https://github.com/liuchengxu/vim-clap/blob/master/ftplugin/clap_input.vim . " For example, use <C-n>/<C-p> instead of <C-j>/<C-k>.
autocmd FileType clap_input inoremap <silent> <buffer> <C-n> <C-R>=clap#handler#navigate_result('down')<CR>
autocmd FileType clap_input inoremap <silent> <buffer> <C-p> <C-R>=clap#handler#navigate_result('up')<CR> Also see the related discussion at #104. |
Aoutch. |
Stale issue message |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just a small question: how can I change keybindings? I would like to remap things but I cannot find how. Thanks.
The text was updated successfully, but these errors were encountered: