From beb773d0ea540a6e988bdf6a63301ce28a945fd4 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 5 Oct 2019 18:52:04 -0700 Subject: fix tmux prefix key --- lib/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common.nix') diff --git a/lib/common.nix b/lib/common.nix index d168d66..6d16034 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -45,7 +45,7 @@ in clock24 = true; customPaneNavigationAndResize = true; keyMode = "emacs"; - shortcut = "'C-\\"; + shortcut = "C-\\"; terminal = "screen-256color"; sensibleOnTop = true; secureSocket = false; -- cgit v1.2.3