aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
Commit message (Collapse)AuthorAgeFilesLines
* Restore tmux history to defaultsTom Ryder2022-08-091-14/+2
| | | | To coax me out of relying on it.
* Don't update tmux environment at allTom Ryder2022-08-091-0/+12
| | | | Not even DISPLAY or WINDOWID---it's too confusing.
* Remove now-unneeded tmux environment managementTom Ryder2022-07-291-12/+0
| | | | I suspect these are no longer needed.
* Explicitly fork for new tmux windowsTom Ryder2022-07-291-1/+1
| | | | | I think Bash might have some handling magic that avoids a forked process, but best to be explicit about this sort of thing.
* Adjust single-character escapes in tmux configTom Ryder2021-01-141-1/+1
|
* Use short hostname in tmux statusTom Ryder2020-05-121-1/+1
|
* Use msc(1df) output in tmux statusTom Ryder2020-05-051-1/+1
|
* Don't use tmux terminfo file for nowTom Ryder2020-05-021-1/+1
| | | | | | | When running `ls` with color output on older Debian machines, using this terminfo file doesn't seem to show color, and I can't figure out why. Given I don't really understand the difference between the two at the moment, it's probably best just to keep using the screen one for now.
* Switch to tmux-256color terminal typeTom Ryder2019-06-181-1/+1
|
* 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-0/+134
| | | | | | | | | | 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.
* Allow specifying color for tmuxTom Ryder2016-04-231-137/+0
|
* 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
|
* Don't allow terminal sequences to change titleTom Ryder2013-07-221-0/+1
| | | | | A colleague has set up some users to which we both sudo(8) to do this, and it's annoying me that it keeps changing my window titles
* Refine initial tmux environmentTom Ryder2013-06-211-2/+3
|
* Don't need tmux to make login shellsTom Ryder2013-06-211-0/+3
|
* Let SSH_CONNECTION be updated in tmux envTom Ryder2013-06-201-2/+2
| | | | But nothing else!
* Nix DISPLAY, otherwise don't change environmentTom Ryder2013-06-201-0/+4
| | | | | | I use PuTTY a lot from work machines, so having $DISPLAY update is actually more trouble than it's worth. It's better if I keep the tmux session as terminal-only land.
* Per previous commit, return to automatic-renameTom Ryder2013-03-031-1/+1
|
* Choose tmux sessions onlyTom Ryder2012-10-281-0/+3
|
* Allow repeats for next/prev tmux windowTom Ryder2012-10-021-0/+4
|
* Allow cancelling selectionTom Ryder2012-09-281-0/+1
|
* Remove Xterm workaroundTom Ryder2012-09-251-3/+0
| | | | | | | This shouldn't really be a problem anymore due to the fix below, but I don't care anymore anyway since I don't use VTE terminals anymore. <http://tmux.git.sourceforge.net/git/gitweb.cgi?p=tmux/tmux;a=commit;h=fc8d3f7>
* Scratch that, doesn't workTom Ryder2012-09-251-3/+0
|
* Quickly clear alerts from a tmux sessionTom Ryder2012-09-251-1/+4
|
* Gonna start using alerts more sensiblyTom Ryder2012-09-241-2/+7
|