-
Notifications
You must be signed in to change notification settings - Fork 136
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
enter/return does not always works #40
Comments
I noticed that with the default setting for fzf, enter doesn't do accept like in xterm, so I have this setting:
|
This unfortunately this is currently unfixable, because emacs itself has the control over the tty descriptor and we cannot access it from the module. One solution would be to do our own I/O like it was done before this commit or teach emacs to access the tty settings we need. |
We need this to be solved to user marker. https://github.com/pindexis/marker |
@QiangF You just made me discover Marker and it looks great 😺 |
@deb0ch You may also like ralph, I am trying to make maker and ralph work together. |
For anyone else reading this, I belive all other settings above except
|
should similar to vim/vim#1998
in redis-cli or fzf enter/return behavior like Ctrl-j in iterm2
The text was updated successfully, but these errors were encountered: