aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add my home directory to .:/home/tom.Tom Ryder2012-03-021-0/+3
|
* Touch tmux.conf.localTom Ryder2012-03-021-0/+3
|
* 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
|
* Always report substitution line count.Tom Ryder2012-02-281-0/+1
|
* Set autoread.Tom Ryder2012-02-281-0/+3
|
* Move message options into own section.Tom Ryder2012-02-281-1/+3
|
* Generalise this to any local file.Tom Ryder2012-02-281-3/+3
|
* To be thorough, may as well store my inputrc.Tom Ryder2012-02-272-0/+3
| | | | | Emacs mode! Heresy! But I prefer it for editing single lines, id est, command line editing. Maybe force of habit.
* May as well add my logout file here.Tom Ryder2012-02-272-0/+6
| | | | Although presently it's just the Debian default.
* Nice complement to shiftwidth.Tom Ryder2012-02-271-0/+1
|
* Explicitly set scrolling options.Tom Ryder2012-02-271-1/+2
| | | | | | Also use a horizontal scroll offset; for some reason having a vertical one bothers me, and so does not having a horizontal one. I don't think there's any real need to be consistent here.
* Use short hostname.Tom Ryder2012-02-261-1/+1
|
* Remove silent! call to showtabline.Tom Ryder2012-02-261-1/+3
| | | | Use exists("&showtabline") instead, it's nicer.
* Change screen window title with PROMPT_COMMAND.Tom Ryder2012-02-251-1/+6
| | | | | Seems to work better than adding it as part of the prompt, so guess I can't complain.
* Removed screen title-updating prompt.Tom Ryder2012-02-241-5/+0
| | | | | Will revise this later. Interacting poorly with tmux and incremental history search.
* This is really hard to get right.Tom Ryder2012-02-241-1/+1
|
* 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 ...
* Whoops, doubleup on term stanzas.Tom Ryder2012-02-241-5/+0
|
* Terminal tweaking.Tom Ryder2012-02-241-1/+1
|
* Custom PS2 prompt.Tom Ryder2012-02-241-0/+1
|
* Update screen title on every prompt.Tom Ryder2012-02-241-2/+2
|
* Set titles for xterm/screen/tmux.Tom Ryder2012-02-241-0/+15
|
* Add xterm-256color definition.Tom Ryder2012-02-231-0/+5
|
* Move setterm call down a bit.Tom Ryder2012-02-231-3/+3
|
* Use two spaces for history after time.Tom Ryder2012-02-231-1/+1
| | | | Looks nicer when viewed with history call.
* Wrote nicer install script.Tom Ryder2012-02-231-17/+19
|
* OS detection for gvimrc.Tom Ryder2012-02-221-1/+5
|
* Here's a more sensible solution.Tom Ryder2012-02-221-0/+5
|
* Removed locale definition for now.Tom Ryder2012-02-221-2/+1
| | | | Causing problems on some older servers with which I need to work.
* Still tweaking.Tom Ryder2012-02-211-6/+15
|
* Still tweaking bashrc.Tom Ryder2012-02-212-7/+23
|
* Add environment variables.Tom Ryder2012-02-211-0/+3
|
* Change path for agent file.Tom Ryder2012-02-211-2/+2
|
* Simplify instructions a bit.Tom Ryder2012-02-211-4/+2
|
* Added bash files, wrote installation script.Tom Ryder2012-02-214-15/+78
|
* 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
|
* Good show! Onward, tmux!Tom Ryder2012-02-192-16/+0
|
* More tweaking ...Tom Ryder2012-02-191-8/+8
|
* Compatibility hacks for tmux.Tom Ryder2012-02-191-4/+2
|
* Added tmux configuration.Tom Ryder2012-02-192-0/+58
| | | | | | >gnu screen >2012 >ishygddt