Skip to content

Commit

Permalink
Use -a for terminal-overrides from Daniel Hahler.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicm committed Nov 6, 2014
1 parent 35ffd09 commit 6ca8c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FAQ
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ always (or ever) be added to the scrollback.
You can make tmux use the normal screen by telling it that your terminal does
not have an alternate screen. Put the following in ~/.tmux.conf:

set -g terminal-overrides 'xterm*:smcup@:rmcup@'
set -ga terminal-overrides ',xterm*:smcup@:rmcup@'

Adjust if your $TERM does not start with xterm.

Expand Down

0 comments on commit 6ca8c58

Please sign in to comment.