diff options
-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; |