1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Add keyboard mapping for display 0 xterm.

For some reason, those are different.
This commit is contained in:
Bert Peters
2016-11-28 09:30:46 +01:00
parent 15b1222fae
commit d0618eb037
2 changed files with 2 additions and 26 deletions

View File

@@ -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]=''''

View File

@@ -0,0 +1 @@
screen-256color-unknown-linux-gnu

1
zsh/.zkbd/xterm-256color-:0 Symbolic link
View File

@@ -0,0 +1 @@
xterm-256color-:1