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

F2 and F3 capitalize letters rather than stepping #427

Open
juacala opened this issue Oct 4, 2019 · 2 comments
Open

F2 and F3 capitalize letters rather than stepping #427

juacala opened this issue Oct 4, 2019 · 2 comments

Comments

@juacala
Copy link

juacala commented Oct 4, 2019

When in debug mode, if I hit F2 or F3, it changes two letters my cursor is over to uppercase, and does not step. (F5 F6 F9 all work as one would want).

Is it possible there are other settings someplace that are conflicting with these key bindings?

@juacala
Copy link
Author

juacala commented Oct 4, 2019

It appears this is due to being run within a screen session. If use the debugger outside of a screen session, it works fine. Still, any settings I can use to fix this, and allow me to use it within a screen session?

@lucc
Copy link
Contributor

lucc commented Oct 5, 2019

If it is messed up inside screen but not outside you should check your terminfo settings.

  • which escape sequence does the terminal/screen send for F5: try CTRL+V and then F5 in the shell
  • what escape sequence is configured in vim for F5? :set t_f5?
  • what mappings are there for F5: :map <F5>

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

2 participants