git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ecb458
)
More scrollback in tmux.
author
Iain Patterson
<me@iain.cx>
Sat, 20 Nov 2010 12:23:14 +0000
(12:23 +0000)
committer
Iain Patterson
<me@iain.cx>
Sat, 12 Mar 2011 09:47:55 +0000
(09:47 +0000)
.tmux.conf
patch
|
blob
|
history
diff --git
a/.tmux.conf
b/.tmux.conf
index
76a9eb3
..
c2c3688
100644
(file)
--- a/
.tmux.conf
+++ b/
.tmux.conf
@@
-13,6
+13,9
@@
set -s escape-time 100
setw -g clock-mode-colour white
setw -g clock-mode-style 24
+# Scrollback buffer.
+set -g history-limit 4096
+
################################################################################
# Screen compatibility.
################################################################################