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.nix23
1 files changed, 2 insertions, 21 deletions
diff --git a/nix-conf/home/includes/linux-server.nix b/nix-conf/home/includes/linux-server.nix
index c873ef3..c962fea 100644
--- a/nix-conf/home/includes/linux-server.nix
+++ b/nix-conf/home/includes/linux-server.nix
@@ -17,32 +17,13 @@
     pinentryFlavor = "curses";
   };
 
-  ## TODO programs.tmux.prefix newSession plugins etc
+  ## TODO newSession plugins etc
   programs.tmux = {
     enable = true;
     #terminal = "screen-256color";
+    prefix = "C-a";
     #tmuxp.enable = true;
     extraConfig = ''
-        unbind C-b
-        set -g prefix C-a
-        bind-key C-a last-window
-        bind-key a send-prefix
-
-        set-window-option -g automatic-rename off
-        set-option -g allow-rename off
-
-        set -g bell-action current
-
-        set-option -g lock-command vlock
-        set -g lock-after-time 0 # Seconds; 0 = never
-        bind L lock-session
-        bind l lock-client
-
-        bind-key . source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded"
-
-        set -g status-bg black
-        set -g status-fg white
-
         setw -g window-status-current-format "#[fg=red,bold][#[fg=default]#F#I:#W#F#[fg=red,bold]]#[default]"
         setw -g window-status-format "#[fg=green]{#[default]#F#I:#W#F#[fg=green]}#[default]"