about summary refs log tree commit diff stats
path: root/nix-conf/home/includes/linux-server.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix-conf/home/includes/linux-server.nix')
-rw-r--r--nix-conf/home/includes/linux-server.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nix-conf/home/includes/linux-server.nix b/nix-conf/home/includes/linux-server.nix
index b4d7d1e..cb69eee 100644
--- a/nix-conf/home/includes/linux-server.nix
+++ b/nix-conf/home/includes/linux-server.nix
@@ -19,14 +19,14 @@
     maxCacheTtl = 34560000;
   };
 
-  ## TODO newSession plugins etc
   programs.tmux = {
     enable = true;
     #terminal = "screen-256color";
     prefix = "C-a";
     #tmuxp.enable = true;
     extraConfig = ''
-      tmux bind-key R run-shell ' \
+      unbind-key R
+      bind-key R run-shell ' \
         tmux source-file ~/.config/tmux/tmux.conf > /dev/null; \
         tmux display-message "Sourced .config/tmux/tmux.conf!"'
       bind-key C-a last-window