Tagged Questions
5
votes
2answers
49 views
tmux not respecting disabled control flow
In my shell I have flow control disabled using stty -ixon. This works
perfectly in the shell and when I launch tmux and start programs within
tmux.
However, when starting a new session from the ...
3
votes
2answers
215 views
The key codes for Caps Lock, Shift, Left Control and FN key?
Can somebody please provide the key codes for these keys:
Caps Lock
Left Shift
Left Control
Option key
FN
The key code I'm talking about is something along the lines of \<Esc>[200~, although ...
7
votes
3answers
2k views
ESC key causes a small delay in terminal due to its Alt+ behavior
My terminal setup is gnome-terminal + tmux + zsh with vi bindings.
In applications like vim or even in the zsh's command line vi editing mode, I need to frequently hit the ESC key but there is a ...