Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tmux: Do not set default-terminal | Aaron LI | 2019-05-15 | 1 | -2/+0 |
| | |||||
* | tmux: Set default-terminal to tmux-256color | Aaron LI | 2018-11-10 | 1 | -25/+2 |
| | | | | Clean up a bit. | ||||
* | tmux: clean up a bit | Aaron LI | 2018-11-09 | 1 | -10/+0 |
| | |||||
* | tmux.conf: Add bind P to save scrollback to file | Aaron LI | 2018-07-18 | 1 | -1/+7 |
| | |||||
* | tmux: tweak window status styles | Aaron LI | 2018-02-04 | 1 | -2/+4 |
| | |||||
* | tmux: tweak status line style a bit | Aaron LI | 2018-02-02 | 1 | -1/+1 |
| | |||||
* | tmux.conf: Tweak style/format a bit | Aaron LI | 2017-11-25 | 1 | -6/+12 |
| | |||||
* | tmux: Increase scrollback history to 10000 lines | Aaron LI | 2017-11-21 | 1 | -1/+1 |
| | |||||
* | tmux.conf: More tweaks ... | Aaron LI | 2017-09-04 | 1 | -11/+11 |
| | |||||
* | tmux.conf: Tweak window creation | Aaron LI | 2017-09-04 | 1 | -1/+4 |
| | |||||
* | tmux.conf: replace "%if" with "if-shell"; fix two mistakes | Aaron LI | 2017-09-04 | 1 | -6/+4 |
| | |||||
* | tmux.conf: disable auto lock | Aaron LI | 2017-09-04 | 1 | -1/+1 |
| | |||||
* | tmux.conf: Change TERM from tmux-256color to screen-256color | Aaron LI | 2017-09-03 | 1 | -2/+4 |
| | |||||
* | tmux.conf: Fix utf8 options | Aaron LI | 2017-09-03 | 1 | -4/+0 |
| | |||||
* | Rewrite Tmux configuration; avoid plugins (e.g., tpm) | Aaron LI | 2017-09-03 | 1 | -145/+227 |
| | |||||
* | tmux: Set default terminal to "screen-256color" | Aaron LI | 2017-02-12 | 1 | -0/+6 |
| | | | | Workaround the special key (e.g., Home, End) bindings problem in zsh | ||||
* | tmux: add a keybinding for copy-mode | Aaron LI | 2016-07-30 | 1 | -1/+2 |
| | |||||
* | tmux: update copy mode settings with vi keybindings | Aaron LI | 2016-07-30 | 1 | -6/+19 |
| | |||||
* | _tmux.conf: increase left and right status length | Aaron LI | 2016-07-26 | 1 | -2/+2 |
| | |||||
* | Rewrite '_tmux.conf' | Aaron LI | 2016-07-26 | 1 | -104/+104 |
| | | | | | | * Use 'tpm': tmux plugins manager * Tune the status style * Many cleanups | ||||
* | tmux.conf: set "terminal-overrides" to avoid strange char | Aaron LI | 2016-05-29 | 1 | -1/+7 |
| | | | | | | | | | | Strange characters '???112' may appear when exited the tmux session, which is caused by the terminal that dose not properly handle the Cr (color reset) control sequence. So use "terminal-overrides" to override this. Environment: SSH to a DragonFly BSD with Xfce4 terminal. (other terminals, e.g., urxvt and konsole, are OK) | ||||
* | _tmux.conf: remove utf8 settings as they not supported anymore | Aaron LI | 2016-05-01 | 1 | -14/+9 |
| | |||||
* | Rename .* => _*; Move out private contents. | Aaron LI | 2016-01-06 | 1 | -0/+133 |