mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 12:30:32 +01:00
Add screen on rpi2
This commit is contained in:
26
zsh/.zkbd/screen-256color-unknown-linux-gnueabihf
Normal file
26
zsh/.zkbd/screen-256color-unknown-linux-gnueabihf
Normal file
@@ -0,0 +1,26 @@
|
||||
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]=''''
|
||||
key[F11]=''''
|
||||
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]=''''
|
||||
Reference in New Issue
Block a user