Add zsh, add distro detection
This commit is contained in:
parent
006bdaee16
commit
d1874677cf
10 changed files with 396 additions and 7 deletions
26
zsh/zsh-files/.zkbd/linux-redhat-linux-gnu
Executable file
26
zsh/zsh-files/.zkbd/linux-redhat-linux-gnu
Executable file
|
@ -0,0 +1,26 @@
|
|||
typeset -g -A key
|
||||
|
||||
key[F1]='^[[[A'
|
||||
key[F2]='^[[[B'
|
||||
key[F3]='^[[[C'
|
||||
key[F4]='^[[[D'
|
||||
key[F5]='^[[[E'
|
||||
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]='^[[1~'
|
||||
key[PageUp]='^[[5~'
|
||||
key[Delete]='^[[3~'
|
||||
key[End]='^[[4~'
|
||||
key[PageDown]='^[[6~'
|
||||
key[Up]='^[[A'
|
||||
key[Left]='^[[D'
|
||||
key[Down]='^[[B'
|
||||
key[Right]='^[[C'
|
||||
key[Menu]=''''
|
Loading…
Add table
Add a link
Reference in a new issue