From 9052efb7d481aa2e7abe63d3c4b884ce2f7c1b2d Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sun, 15 Jun 2014 13:43:56 +0200 Subject: [PATCH] Explanation about the keycode fix, tmux config part --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfb21f8..eb64985 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,4 @@ sh install.sh # Fix for shift+F6 in tmux (and screen probably) -In tmux, do `infocmp > screen-256color`. Add the line `kf16=\E[17;2~,` and compile the file with tic. This will result in `~/.terminfo/s/screen-256color` with the correct keycode for shift+F6. +In tmux, do `infocmp > screen-256color`. Add the line `kf16=\E[17;2~,` and compile the file with tic. This will result in `~/.terminfo/s/screen-256color` with the correct keycode for shift+F6. `.tmux.conf` needs the line `setw -g xterm-keys on` for it to register correctly.