From cbbc55a78e42af2e7e103bbc4023a2cd5ac01aa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 13 Apr 2023 23:58:34 +0200 Subject: [PATCH] tmux: remove settings moved to nixos-modules --- config/default.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/config/default.nix b/config/default.nix index 05ab0e41..e0efe6c6 100644 --- a/config/default.nix +++ b/config/default.nix @@ -124,23 +124,11 @@ tmux = { enable = true; - aggressiveResize = true; - baseIndex = 0; - clock24 = true; historyLimit = 50000; - terminal = "xterm-256color"; extraConfig = '' # mouse control set -g mouse on - # focus events enabled for terminals that support them - set -g focus-events on - - # open new tab in PWD - bind '"' split-window -c "#{pane_current_path}" - bind % split-window -h -c "#{pane_current_path}" - bind c new-window -c "#{pane_current_path}" - # don't clear selection on copy bind-key -Tcopy-mode-vi MouseDragEnd1Pane send -X copy-selection-no-clear bind-key -Tcopy-mode-vi y send -X copy-selection-no-clear