From 559a6038c4c91e3cf97bcf872ffc26c076622c69 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 8 Nov 2019 22:10:18 -0800 Subject: fix tmux shortcut and terminal setting --- lib/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/common.nix') diff --git a/lib/common.nix b/lib/common.nix index 075245b..ea666f6 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -45,8 +45,8 @@ in clock24 = true; customPaneNavigationAndResize = true; keyMode = "emacs"; - shortcut = "C-\\"; - terminal = "screen-256color"; + shortcut = "'C-\\'"; + terminal = "xterm-256color"; sensibleOnTop = true; secureSocket = false; }; -- cgit v1.2.3