home: tmux: make history longer
We got tons of RAM!
This commit is contained in:
parent
e4bd59b82b
commit
3ec99d4c0e
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ in
|
||||||
keyMode = "vi"; # Home-row keys and other niceties
|
keyMode = "vi"; # Home-row keys and other niceties
|
||||||
clock24 = true; # I'm one of those heathens
|
clock24 = true; # I'm one of those heathens
|
||||||
escapeTime = 0; # Let vim do its thing instead
|
escapeTime = 0; # Let vim do its thing instead
|
||||||
historyLimit = 5000; # Bigger buffer
|
historyLimit = 50000; # Bigger buffer
|
||||||
terminal = "tmux-256color"; # I want accurate termcap info
|
terminal = "tmux-256color"; # I want accurate termcap info
|
||||||
|
|
||||||
plugins = with pkgs.tmuxPlugins; [
|
plugins = with pkgs.tmuxPlugins; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue