about summary refs log tree commit diff stats
path: root/nix-conf/home/includes/linux-server.nix
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-11 07:41:01 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-11 07:41:01 +0000
commitbfcc85e56cf00bc766209266f267728b46fcabe0 (patch)
tree7005ad7fb909d884786371a77e7ca4d205fb7435 /nix-conf/home/includes/linux-server.nix
parent92b6abdccacd0abb76a7bdfb937ec2b8c38e1d9a (diff)
downloaddotfiles-bfcc85e56cf00bc766209266f267728b46fcabe0.tar.gz
Add tmux plugins
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