mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 12:30:32 +01:00
Add keyboard mapping for display 0 xterm.
For some reason, those are different.
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
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]=''''
|
||||
1
zsh/.zkbd/screen-256color-unknown-linux-gnueabihf
Symbolic link
1
zsh/.zkbd/screen-256color-unknown-linux-gnueabihf
Symbolic link
@@ -0,0 +1 @@
|
||||
screen-256color-unknown-linux-gnu
|
||||
1
zsh/.zkbd/xterm-256color-:0
Symbolic link
1
zsh/.zkbd/xterm-256color-:0
Symbolic link
@@ -0,0 +1 @@
|
||||
xterm-256color-:1
|
||||
Reference in New Issue
Block a user