From b51ac00e8122bb52564b371c1549f920d8676e6b Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 22 May 2019 10:52:25 +0100 Subject: [PATCH] Fix HOME and END key bindings --- screen-256color.terminfo | 1 + tmux-256color.terminfo | 1 + xterm-256color.terminfo | 1 + 3 files changed, 3 insertions(+) diff --git a/screen-256color.terminfo b/screen-256color.terminfo index c604ed4..00a4164 100644 --- a/screen-256color.terminfo +++ b/screen-256color.terminfo @@ -1,3 +1,4 @@ screen-256color|xterm 256 colors +italic, sitm=\E[3m, ritm=\E[23m, + khome=\E[1~, kend=\E[4~, use=xterm-256color, diff --git a/tmux-256color.terminfo b/tmux-256color.terminfo index e97a197..de30cc9 100644 --- a/tmux-256color.terminfo +++ b/tmux-256color.terminfo @@ -1,3 +1,4 @@ tmux-256color|xterm 256 color +italic, sitm=\E[3m, ritm=\E[23m, + khome=\E[1~, kend=\E[4~, use=xterm-256color, diff --git a/xterm-256color.terminfo b/xterm-256color.terminfo index 8149a15..7337e43 100644 --- a/xterm-256color.terminfo +++ b/xterm-256color.terminfo @@ -1,3 +1,4 @@ xterm-256color|xterm 256 colors +italic, sitm=\E[3m, ritm=\E[23m, + khome=\E[1~, kend=\E[4~, use=xterm-256color,