Move installs, add vs code install
This commit is contained in:
parent
aa7d52cef3
commit
013e82d56d
15 changed files with 58 additions and 6 deletions
27
install-stuff/zsh/zsh-files/.zkbd/xterm-redhat-linux-gnu
Normal file
27
install-stuff/zsh/zsh-files/.zkbd/xterm-redhat-linux-gnu
Normal file
|
@ -0,0 +1,27 @@
|
|||
typeset -g -A key
|
||||
|
||||
key[F1]='^[OP'
|
||||
key[F2]='^[OQ'
|
||||
key[F3]='^[OR'
|
||||
key[F4]='^[OS'
|
||||
key[F5]='^[[15~'
|
||||
key[F6]='^[[17~'
|
||||
key[F7]='^[[18~'
|
||||
key[F8]='^[[19~'
|
||||
key[F9]='^[[20~'
|
||||
key[F10]='^[[21~'
|
||||
key[F11]='^[[23~'
|
||||
key[F12]='^[[24~'
|
||||
key[Backspace]='^?'
|
||||
key[Insert]='^[[2~'
|
||||
key[Home]='^[[H'
|
||||
key[End]='^[[F'
|
||||
key[PageUp]='^[[5~'
|
||||
key[Delete]='^[[3~'
|
||||
key[End]=''''
|
||||
key[PageDown]='^[[6~'
|
||||
key[Up]='^[[A'
|
||||
key[Left]='^[[D'
|
||||
key[Down]='^[[B'
|
||||
key[Right]='^[[C'
|
||||
key[Menu]='^[[29~'
|
Loading…
Add table
Add a link
Reference in a new issue