diff options
author | Aaron LI <aly@aaronly.me> | 2018-11-09 23:59:32 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-11-09 23:59:32 +0800 |
commit | 9880d5e422b8934d62c0148b4dc42050a3750d70 (patch) | |
tree | b1546d8372f1ccf4ad3fcdb54b70314b6468a3d2 | |
parent | 81f97ea695b7129583e3cc669ab79d606a90077f (diff) | |
download | dotfiles-9880d5e422b8934d62c0148b4dc42050a3750d70.tar.bz2 |
tmux: clean up a bit
-rw-r--r-- | _tmux.conf | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -29,16 +29,6 @@ # is documented in xterm(1) and also supported by most terminals. # Credit: https://unix.stackexchange.com/a/332425 # -# -# Aaron LI -# 2015-01-22 -# -# 2018-03-24: Add bind P to save scrollback to file -# 2017-11-25: Tweak styles/format -# 2017-11-21: Increase scrollback history -# 2017-09-04: Tweak and fix several mistakes; more tweaks -# 2017-09-03: Rewrite; drop plugins (with TPM)... -# # Start window and pane numbering at 1 set -g base-index 1 |