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

End key not working from PuTTY (Home key works) #4809

Closed
mbirth opened this issue May 23, 2016 · 3 comments
Closed

End key not working from PuTTY (Home key works) #4809

mbirth opened this issue May 23, 2016 · 3 comments
Labels
bug issues reporting wrong behavior input tui
Milestone

Comments

@mbirth
Copy link

mbirth commented May 23, 2016

  • Neovim version: 0.1.5-dev (from Ubuntu PPA, today)
  • Vim behaves differently? Vim version: 7.4 (2013 Aug 10, compiled Apr 08 2016 11:38:28)
  • Operating system/version: Ubuntu 16.04 on armv7l (Raspberry Pi 2)
  • Terminal name/version: PuTTYNG 0.66
  • $TERM: xterm-256color

Actual behaviour

End key doesn't do anything. (Works everywhere else, though.)

Expected behaviour

End key making cursor go to end of line. (Works in vim.)

Steps to reproduce using nvim -u NORC

TERM=xterm-256color nvim -u NORC somefile.txt

(And then press [End].)

Setting TERM to putty-256color makes the End key work. However, as it works with vim and xterm-256color, this is kind of a regression.

EDIT: Using putty-256color, the arrow keys (without any modifier key) jump to the next/previous word instead of the next/previous character. Setting TERM back to xterm-256color restores normal behaviour of the arrow keys.

@justinmk justinmk added the input label Jan 17, 2017
@justinmk
Copy link
Member

We've upgraded libtermkey since this, and changed some parts of input handling. Please try latest master.

@justinmk justinmk added bug issues reporting wrong behavior tui labels Jan 17, 2017
@mbirth
Copy link
Author

mbirth commented Jan 17, 2017

Using the current nightly build (0.1.7ubuntu1+git201701161236+3064+23~ubuntu16.10.1) from the PPA, it's still the same behaviour: End key no worky. Should I try again with tomorrow's nightly?

@justinmk justinmk reopened this Jan 17, 2017
@justinmk justinmk added this to the todo milestone Jan 17, 2017
@justinmk
Copy link
Member

Covered by #6014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug issues reporting wrong behavior input tui
Projects
None yet
Development

No branches or pull requests

2 participants