Re: Keybinding a key press

2021-09-14 Thread Stephane Ascoet
Julius Hamilton le 14/09/2021 11:00: Is it possible to bind a key not to a Screen command but just to a key press? I would like to bind the F1 key to the equivalent of the user pressing the Enter key, then calling the "next" Screen command. Hi, I made this sort of things globally in GNU/Lin

Unbind Escape key

2021-09-14 Thread Julius Hamilton
Hey, I am having a small issue where I have to press Esc twice to exit Insert mode in Vim rather than the normal once, only when Vim is being run inside Screen. A Stack Exchange post recommended I unbind the Escape key in Screen to fix this (and I don't use the Escape key for anything to do with

Keybinding a key press

2021-09-14 Thread Julius Hamilton
Hey, I have learned from the documentation that you can bind keys to specific Screen commands, including series of commands. For example, "bindkey -k k1 next screen" would cause the F1 key to carry out "next", then "screen". Is it possible to bind a key not to a Screen command but just to a key p