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

Keychains not working while process running in terminal emulator #5417

Closed
gboehl opened this issue Oct 1, 2016 · 3 comments
Closed

Keychains not working while process running in terminal emulator #5417

gboehl opened this issue Oct 1, 2016 · 3 comments
Labels
terminal built-in :terminal or :shell

Comments

@gboehl
Copy link

gboehl commented Oct 1, 2016

  • nvim --version: 0.1.5
  • Operating system/version: Linux 4.7.3-2
  • Terminal name/version: urxvt v9.22
  • $TERM: xterm-256color

Actual behaviour

I am running some python simulations or latex compilations in the terminal emulator. While processes are running, I can not make use of keychains (dd, wc,...) or, respectively, single keys will be interpreted as such.

Expected behaviour

Keychains are working independently of whether processes are running or idle.

Steps to reproduce using nvim -u NORC

Create and save a file ~/gulp:

#!/bin/bash

GULP=0
while [ $GULP -lt 9 ]; do
    echo "Gulp."
    sleep 1
done
# don't delete this line :(

Run nvim -u NORC, open a terminal emulator (split term://bash) and run the file in there by bash ~/gulp. While running, go back to the gulp-buffer and press d on the not-to-be-deleted line. It will be handled as if you would have pressed dd. Same is valid for wd etc.

@fwalch
Copy link
Member

fwalch commented Oct 2, 2016

Is this the same as #5398?

@gboehl
Copy link
Author

gboehl commented Oct 3, 2016

Yes, sounds very much like it.

@fwalch fwalch added duplicate terminal built-in :terminal or :shell labels Oct 3, 2016
@fwalch
Copy link
Member

fwalch commented Oct 3, 2016

Okay.. then I'll go ahead and close this as a duplicate. Thanks for providing the reproduction steps! I've linked them from the other issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
terminal built-in :terminal or :shell
Projects
None yet
Development

No branches or pull requests

2 participants