From 5e7c2356fa7c2161c086e0267b9a132a36662d3d Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 20 Feb 2021 14:51:54 +0000 Subject: [PATCH] home: tmux: set correct TERM --- home/tmux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/tmux.nix b/home/tmux.nix index cc26bdc..766a982 100644 --- a/home/tmux.nix +++ b/home/tmux.nix @@ -6,6 +6,7 @@ clock24 = true; # I'm one of those heathens escapeTime = 0; # Let vim do its thing instead historyLimit = 5000; # Bigger buffer + terminal = "tmux-256color"; # I want accurate termcap info plugins = with pkgs.tmuxPlugins; [ # Open high-lighted files in copy mode