diff options
author | Ben Sima <ben@bsima.me> | 2019-09-04 00:11:57 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-09-04 00:11:57 -0700 |
commit | f7d1718dbcd0cbd0d6c714b30883c2d4241bc2b9 (patch) | |
tree | b7bd7e71f454fb4e9b6b715860d13149b30a2820 /lib | |
parent | f6c763136f4da01e9b7361b249b34bb1f346089c (diff) |
change tmux keys
Diffstat (limited to 'lib')
-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; |