aboutsummaryrefslogtreecommitdiff
path: root/tmux
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-192-19/+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
* Don't need this hack anymoreTom Ryder2012-08-181-2/+0
| | | | | | Line drawing characters on my old gateway machine at work didn't work correctly, but that no longer seems to be an issue. This will make it easier to distinguish between vim panes and tmux panes.
* Lowercase containing term varTom Ryder2012-08-171-1/+1
|
* Regroup tmux configTom Ryder2012-07-312-44/+30
| | | | | 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
* Couple more tmux optionsTom Ryder2012-06-071-0/+6
|
* Work around race condition bug in tmuxTom Ryder2012-06-071-0/+1
| | | | | | | | | | It looks like tmux doesn't wait for me to finish defining my default-terminal before it opens up my new shell. This means the first window of my new tmux sessions usually humbly thinks it only has eight colours. This seems to be a known bug in tmux, so for the moment I'm just working around it with an environment variable with which .bashrc will deal.
* Add colour conditionals to tmux confTom Ryder2012-06-051-15/+15
| | | | | This way it makes sense when used in a Linux console or anything else not smart enough to have 256 colours
* Completely refactored tmux confTom Ryder2012-04-281-93/+42
|
* Oops, looks like there isn't a l/r swap.Tom Ryder2012-04-271-2/+0
|
* Consolidate vim emulation stuff into a section.Tom Ryder2012-04-271-5/+19
| | | | Includes pane swapping, pane moving, and pane resizing.
* Really more of a vim-like yank/paste.Tom Ryder2012-04-271-1/+1
|
* Unify tmux configuration.Tom Ryder2012-04-273-12/+4
| | | | | | The two machines on which I run tmux servers now have at least tmux 1.6, so there's no need for me to provide these version-specific configuration files anymore.
* Provide templated tmux.conf.local files instead.Tom Ryder2012-03-022-0/+10
|
* Source a local conf file.Tom Ryder2012-03-021-0/+6
|
* Use more compact window titles.Tom Ryder2012-03-011-2/+2
| | | | Consistent with original tmux layout.
* Remove incompatible lines for alert windows.Tom Ryder2012-03-011-5/+0
| | | | | | | Turns out these don't work on Tmux 1.6 because the names of the options have been changed. I like the new ones better but need to remain operable with 1.5, so given that Tmux doesn't have version blocks for its configuration file, this is probably the best thing.
* Lots of tmux changes.Tom Ryder2012-02-291-21/+37
| | | | | | | | Use full command names for clarity. Turn on window activity monitoring and set colours for it. Include the window status indicator back again. Group set-window-option calls together at the end of the file. Set the colour of both message dialogs and selection dialogs.
* Use sane scrolling for tmux. PgUp/PgDownTom Ryder2012-02-291-0/+3
|
* Apparently this fixes a freezing bug in tmux.Tom Ryder2012-02-241-0/+3
| | | | And I'm suffering one, so it's worth a shot ...
* vi-ish copy pasteTom Ryder2012-02-201-0/+4
|
* Tweaks.Tom Ryder2012-02-201-41/+50
|
* Key for choosing session.Tom Ryder2012-02-201-0/+2
|
* More tmux tweaks -- I'm liking this more and more.Tom Ryder2012-02-201-10/+18
|
* Update chosen status strings.Tom Ryder2012-02-191-0/+4
|
* Don't worry about escape sequences.Tom Ryder2012-02-191-0/+3
|
* Start window numbering at 1, not 0.Tom Ryder2012-02-191-0/+3
|
* More tweaking ...Tom Ryder2012-02-191-8/+8
|
* Compatibility hacks for tmux.Tom Ryder2012-02-191-4/+2
|
* Added tmux configuration.Tom Ryder2012-02-191-0/+56
| | | | | | >gnu screen >2012 >ishygddt
* tmux doesn't work very well on our SSH gateway at work -- I'll delay the ↵Tom Ryder2011-11-271-1/+0
| | | | switch a little longer, maybe until we move to squeeze
* Added tmux configuration, updated READMETom Ryder2011-11-241-0/+1