sabinmarcu / cterm.zsh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cterm.zsh

Keypresses

To map keypresses use xdd -psd to find out the escaped codes to express as actions. That, or use the following table:

keypress code
\x02 ^B
\x1b ESC
\x3a :
\x77 w
\x0a ENTER

About


Languages

Language:TypeScript 96.8%Language:Shell 1.8%Language:JavaScript 1.3%