diff options
author | Ben Sima <ben@bsima.me> | 2019-10-05 18:52:04 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-10-26 21:00:06 -0700 |
commit | beb773d0ea540a6e988bdf6a63301ce28a945fd4 (patch) | |
tree | c4517a60efd9adddf5be730379a70de3bdf677bc /lib | |
parent | cef8d323355647e9f28899305c72119796a978a8 (diff) |
fix tmux prefix key
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.nix | 2 |
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; |