aboutsummaryrefslogtreecommitdiff
path: root/tmux
Commit message (Collapse)AuthorAgeFilesLines
* Allow and track COLORFGBG/TERM env vars in tmuxTom Ryder2017-10-291-3/+1
| | | | | | | Stop stripping them from the session on startup, and update them in the environment when new windows are reattached. This will allow me to use light-background terminals in future if I need to and have Vim accommodate it for syntax highlighting, at least in new windows.
* Double-quote shell config in tmuxTom Ryder2017-06-301-1/+1
| | | | Otherwise it shows up as '$SHELL' in window titles
* Simplify directory source-fileTom Ryder2017-06-151-2/+1
| | | | <https://github.com/tmux/tmux/blob/91dec25fc96d17f99ba63115acf1cbbfb058d781/CHANGES#L235>
* Use single quotes for expansionsTom Ryder2017-06-151-13/+13
|
* Remove color/colour templating from tmux.confTom Ryder2017-06-151-3/+7
| | | | | | | | | | tmux 2.4 added support for globs, which makes all of this templating nastiness go away: <https://github.com/tmux/tmux/blob/master/CHANGES#L192> A user who wants custom settings (such as me on my work system) can just drop overrides into ~/.tmux.conf.d/something.conf and go home.
* Stop tmux status line from forking so muchTom Ryder2017-06-151-1/+1
| | | | | | I'd completely forgotten about this. Does away with the username, but I can live with that
* Restore previous TMUX_BG/FG varsTom Ryder2017-06-151-3/+3
| | | | Bad decision
* Refactor m4 macro namesTom Ryder2017-06-131-3/+3
| | | | mi5(1df) means I can simplify these quite a bit now
* Use mi5 to make templated shell scriptsTom Ryder2017-06-021-0/+0
|
* Move existing .m4 to .m4.mi5Tom Ryder2017-06-021-3/+3
| | | | Along with accompanying Makefile rules and .gitignorances
* Restore functional copy-mode vi keysTom Ryder2017-05-231-0/+2
|
* Remove broken config from tmuxTom Ryder2017-05-141-5/+0
| | | | | Looks like 76d6d36 in tmux broke this. I'll figure out a replacement later.
* Use consistent m4 prefixTom Ryder2017-03-231-3/+3
|
* Revise custom tmux colouringTom Ryder2017-01-251-7/+6
|
* Remove SHLVL nested shell feature for nowTom Ryder2017-01-241-5/+1
| | | | | Causes a bit too much curliness in configuration; may need a more comprehensive approach.
* Don't use /bin/shTom Ryder2016-12-191-2/+2
| | | | It sets $SHELL for me inappropriately
* OK, I'm pretty sure this is the reight arrangementTom Ryder2016-12-191-1/+5
|
* Keep trying ...Tom Ryder2016-12-191-6/+1
|
* Restore half-fix and noteTom Ryder2016-12-191-0/+5
|
* Nope; still wrong. Giving up for nowTom Ryder2016-12-191-1/+1
|
* Here's the answer; unset SHLVL in default-commandTom Ryder2016-12-191-6/+1
|
* Backtrack again on SHLVL messTom Ryder2016-12-191-4/+2
| | | | | Going to have to figure out some other approach. I guess there's a fork-and-exec going on here or something.
* Set default-shell to /bin/sh in tmux.confTom Ryder2016-12-191-0/+4
|
* Attempt a much saner approach to managing SHLVLTom Ryder2016-12-191-0/+3
|
* Include username in tmux status-rightTom Ryder2016-08-231-2/+2
| | | | Because it won't be in the prompt if not connecting via SSH anymore
* Experiment with abbreviated promptTom Ryder2016-08-231-13/+12
| | | | And an even more strict tmux environment
* Keep SSH_TTY updated in tmux panesTom Ryder2016-08-201-6/+4
|
* Allow specifying color for tmuxTom Ryder2016-04-231-3/+3
|
* Remove blank lines at end of filesTom Ryder2016-03-281-1/+0
|
* Move to new style format, window styleTom Ryder2016-03-181-15/+13
|
* Try having lighter borders for active paneTom Ryder2016-03-181-2/+2
|
* Remove monitor-activity from tmux configTom Ryder2016-03-141-4/+0
| | | | | | | | | | | | It looks like the most recent development version of tmux, intentionally or not, puts the activity monitor style and format icon ahead in precedence of the bell style and format icon. I don't like this, as I use activity as a minor alert, and bells as a major one. A bell from my apps means "look at this window now". I can do without activity monitoring, so I've simply turned it off, but I'm still pretty disappointed. Hopefully it's just a mistake; I'll see if I can find the relevant changes shortly.
* Remove renumber-windows option from tmuxTom Ryder2015-10-091-3/+0
| | | | Decided I don't like it.
* Update tmux status bar every secondTom Ryder2015-10-011-0/+3
|
* Renumber tmux windows on window closeTom Ryder2015-10-011-0/+3
|
* No repeats for N/P; more trouble than it's worthTom Ryder2015-06-061-5/+0
|
* COLORFGBG tooTom Ryder2015-06-041-1/+2
|
* Unset COLORTERM inside tmuxTom Ryder2015-06-041-1/+3
|
* Bind Alt-M within tmux to detachTom Ryder2015-05-221-0/+3
|
* Quote $SHELL in .tmux.confTom Ryder2015-05-181-1/+1
|
* Spaces status-{left,right} due to tmux changeTom Ryder2014-11-211-2/+2
| | | | | Commit d24c9d7d3efc3be0d4ba28616c3d5e3ef494258a in tmux changes these options so that the space is no longer implicit.
* Reduce environment hosing list for tmuxTom Ryder2014-06-031-5/+0
| | | | We really only need to make sure DISPLAY is empty
* List X-related env vars to hose properlyTom Ryder2013-10-011-1/+6
| | | | Turns out I can't read
* Get rid of another display manager variableTom Ryder2013-09-261-1/+1
|
* Neglected to quote variable list for tmuxTom Ryder2013-09-101-1/+1
|
* Preserve SSH_CLIENT as well as SSH_CONNECTIONTom Ryder2013-09-091-3/+3
|
* Reset BROWSER in tmux environmentTom Ryder2013-08-131-0/+3
|
* Comment .tmux.conf more helpfullyTom Ryder2013-07-221-24/+72
|
* Move terminal setting nearer the topTom Ryder2013-07-221-1/+3
|
* Use consistent quotingTom Ryder2013-07-221-2/+2
|