summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-10-05 18:52:04 -0700
committerBen Sima <ben@bsima.me>2019-10-26 21:00:06 -0700
commitbeb773d0ea540a6e988bdf6a63301ce28a945fd4 (patch)
treec4517a60efd9adddf5be730379a70de3bdf677bc /lib/common.nix
parentcef8d323355647e9f28899305c72119796a978a8 (diff)
fix tmux prefix key
Diffstat (limited to 'lib/common.nix')
-rw-r--r--lib/common.nix2
1 files changed, 1 insertions, 1 deletions
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;