1
0
Fork 0

tmux: remove settings moved to nixos-modules

This commit is contained in:
Sandro - 2023-04-13 23:58:34 +02:00
parent 246d19cbbf
commit cbbc55a78e
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 12 deletions

View File

@ -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