Skip to content

Commit 4781b10

Browse files
Merge pull request #250 from NuschtOS/SuperSandro2000-patch-1
Improve tmux
2 parents dab3c25 + 82003c0 commit 4781b10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/tmux.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@ in
1414
baseIndex = 1;
1515
clock24 = true;
1616
escapeTime = 100;
17+
historyLimit = 50000;
1718
terminal = "xterm-256color";
1819
extraConfig = /* tmux */''
1920
# focus events enabled for terminals that support them
2021
set -g focus-events on
2122
23+
# mouse control
24+
set -g mouse on
25+
2226
# open new tab in PWD
2327
bind '"' split-window -c "#{pane_current_path}"
2428
bind % split-window -h -c "#{pane_current_path}"

0 commit comments

Comments
 (0)