Very useful when building applications to read the output. 5000 lines was not
enough for me.
# As "?" is the escape key, bind <C-h> to display the help window.
bind ^H help
# As "?" is the escape key, bind <C-h> to display the help window.
bind ^H help
-# Increase the scrollback buffer to 5000 lines.
-defscrollback 5000
+# Increase the scrollback buffer.
+defscrollback 10000
# Bind P to paste the buffer content, like Vim's p.
bind P paste .
# Bind P to paste the buffer content, like Vim's p.
bind P paste .