aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
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-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
|
* Don't really want tmux to flare on every alertTom Ryder2012-09-141-2/+2
|
* Make prefix-tab behave more like it does in screenTom Ryder2012-09-011-1/+1
|
* Some handy join/split bindingsTom Ryder2012-08-241-0/+4
|
* Don't really need color degrading in tmuxTom Ryder2012-08-191-4/+14
| | | | | If I'm on a 16-color terminal then I'm probably not going to want to use it anyway, and if I really want to then I know how to fix it.
* No special Xterm DECCRA stuff, error-prone in VTETom Ryder2012-08-191-0/+3
| | | | https://sourceforge.net/mailarchive/forum.php?thread_name=20120819055513.GA23741%40yelena.nicm.ath.cx&forum_name=tmux-users
* Lowercase containing term varTom Ryder2012-08-171-1/+1
|
* Regroup tmux configTom Ryder2012-07-311-44/+13
| | | | | This way I only have to run that terminal color test once, and it's much tidier overall. Also removed a couple features I never use.
* Stop terminal overridesTom Ryder2012-07-301-1/+0
| | | | | Never used this function anyway, and does funny things with exit messages
* Always turn off terminal clipboardTom Ryder2012-07-301-0/+3
| | | | | | Stuffs up multi-panel copy-paste http://sourceforge.net/tracker/?func=detail&aid=3471953&group_id=200378&atid=973262