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

keybindings can't switch to foreground normally >1 times #2765

Closed
rbong opened this issue Feb 26, 2016 · 2 comments
Closed

keybindings can't switch to foreground normally >1 times #2765

rbong opened this issue Feb 26, 2016 · 2 comments

Comments

@rbong
Copy link

rbong commented Feb 26, 2016

Concerning job control: I have a keybinding which switches to the job in the foreground. When used once, it works correctly, but if used a second time, fish requires that the enter key is pressed before it reads any input, including keybindings.

Reproduction Steps:

  1. bind \cf fg
  2. man man
  3. C^Z C^F C^Z C^F

Alternatively

  1. bind \cf fg
  2. man man
  3. C^Z C^F
  4. Exit the program

Expected behavior:

The command "man man" becomes active in the foreground.

Alternatively

The program is exited and the command prompt is activated.

Observed behavior:

fish does not execute any input until the enter key is pressed. Syntax highlighting is broken and the prompt is not activated.

Additional information:

Ran with an empty fish configuration.


Fish version: 2.2.0

Operating system: Linux 4.4.1-2-ARCH x86_64 GNU/Linux

Terminal or terminal emulator: tested on st and urxvt

@faho
Copy link
Member

faho commented Feb 26, 2016

This is a duplicate of #2114 - though the title there probably isn't great.

@faho faho closed this as completed Feb 26, 2016
@faho faho added the duplicate label Feb 26, 2016
@rbong
Copy link
Author

rbong commented Feb 26, 2016

Thank you. The issue should be easier to find now.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants