From a43ff23924552b2fc9feee63dfd6e2e988a74c87 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Sat, 30 Jul 2022 10:25:24 +0800 Subject: [PATCH] fix: home/end not working in nvim/tmux --- cli/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tmux/tmux.conf b/cli/tmux/tmux.conf index b681edf..2f416e1 100644 --- a/cli/tmux/tmux.conf +++ b/cli/tmux/tmux.conf @@ -2,7 +2,7 @@ # general ############################ # set -g set-clipboard on # rely on xterm sequence -set -g default-terminal "xterm-256color" +set -g default-terminal "screen-256color" set -s escape-time 0 set -g base-index 1 set -g pane-base-index 1