summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common.nix4
-rw-r--r--lib/tmux1
2 files changed, 2 insertions, 3 deletions
diff --git a/lib/common.nix b/lib/common.nix
index 075245b..ea666f6 100644
--- a/lib/common.nix
+++ b/lib/common.nix
@@ -45,8 +45,8 @@ in
clock24 = true;
customPaneNavigationAndResize = true;
keyMode = "emacs";
- shortcut = "C-\\";
- terminal = "screen-256color";
+ shortcut = "'C-\\'";
+ terminal = "xterm-256color";
sensibleOnTop = true;
secureSocket = false;
};
diff --git a/lib/tmux b/lib/tmux
index c292416..eda7759 100644
--- a/lib/tmux
+++ b/lib/tmux
@@ -63,4 +63,3 @@ set -g status-right '~%Y.%m.%d..%H.%M '
# white-ish background with dark-grey text
set -g status-style bg=colour0
set -ag status-style fg=colour13
-