aboutsummaryrefslogtreecommitdiff
path: root/tmux
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|