Skip to content
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

disable prompt? so the cursor stays in place in buffer and does not jump to command line #300

Open
TomLebeda opened this issue Sep 11, 2022 · 4 comments

Comments

@TomLebeda
Copy link

I tried to search the documentation and other issues, but couldn't find it. Did I miss something?
Thank you.

@justinmk
Copy link
Owner

justinmk commented Sep 11, 2022

Great idea! Not possible currently, wouldn't be difficult to implement.

I think g:sneak#prompt == '' should be used to enable this behavior.

@justinmk justinmk changed the title Question: Is it possible to disable prompt? I would like for the cursor to stay in place in buffer and not jump to the command line. disable prompt? so the cursor stays in place in buffer and does not jump to command line Sep 11, 2022
@TomLebeda

This comment was marked as resolved.

@ggandor
Copy link
Contributor

ggandor commented Sep 11, 2022

The cursor would still move to the command line, even with an empty prompt string, but vim/vim#10603 could solve that, once merged.

@miklhh
Copy link

miklhh commented Dec 1, 2022

+1 for this feature, would be awesome if added!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants