diff options
-rw-r--r-- | lib/common.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common.nix b/lib/common.nix index 58d12bd..08d59db 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -44,8 +44,8 @@ in baseIndex = 0; clock24 = true; customPaneNavigationAndResize = true; - keyMode = "vi"; - shortcut = "'C-a'"; + keyMode = "emacs"; + shortcut = "'C-\\"; terminal = "screen-256color"; sensibleOnTop = true; secureSocket = false; |