aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Attach rather than create tmux sessionsTom Ryder2012-08-011-0/+9
| | | | When called with no arguments
* New commentary commitsTom Ryder2012-08-011-0/+0
|
* Add references to GPG keyTom Ryder2012-07-312-0/+4
|
* Pull updates to my syntax filesTom Ryder2012-07-312-0/+0
|
* Added my own forks of nagios and tmux syntax filesTom Ryder2012-07-314-1/+6
| | | | Which means I can remove these custom ftdetect rules for tmux too
* Delete subs, about to move themTom Ryder2012-07-313-7/+0
|
* New Pathogen commitsTom Ryder2012-07-311-0/+0
|
* Detect config sub-files for tmuxTom Ryder2012-07-311-0/+1
|
* Regroup tmux configTom Ryder2012-07-313-52/+39
| | | | | 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.
* Add syntax files for TmuxTom Ryder2012-07-312-0/+3
|
* Ignore unsaved changes in new submodulesTom Ryder2012-07-301-0/+2
|
* Adding my fork of the Nagios Vim syntax filesTom Ryder2012-07-302-0/+3
|
* Add spell files, ignore compiled onesTom Ryder2012-07-302-0/+39
|
* Keep track of misspelled wordsTom Ryder2012-07-301-1/+0
| | | | | This might actually be really useful as long as I'm careful not to put sensitive stuff in here.
* Switched my favourite fontTom Ryder2012-07-301-2/+2
|
* New Sahara commitsTom Ryder2012-07-301-0/+0
|
* Stop terminal overridesTom Ryder2012-07-301-1/+0
| | | | | Never used this function anyway, and does funny things with exit messages
* New Fugitive commitsTom Ryder2012-07-301-0/+0
|
* 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
* Prevent gdb from spitting its banner and licenseTom Ryder2012-07-251-0/+3
| | | | | Gets irritating after a while; much nicer to just type 'gdb' and get a prompt straight off.
* Shorthand for filetype specsTom Ryder2012-07-241-3/+1
|
* New fugitive commitsTom Ryder2012-07-181-0/+0
|
* Don't do funcs or vars when no +evalTom Ryder2012-07-181-10/+14
| | | | | | This stops my .vimrc throwing errors at me when I happen to run it on a machine that only has vim-tiny, which tends to exclude the +eval feature necessary for function and variable declarations
* Ignore spelling filesTom Ryder2012-07-171-0/+1
|
* Set a couple netrw optionsTom Ryder2012-07-171-0/+4
|
* New Markdown updatesTom Ryder2012-07-111-0/+0
|
* New Fugitive updatesTom Ryder2012-07-111-0/+0
|
* Use consistent capitalsTom Ryder2012-07-091-2/+2
|
* ex-style prompt for edTom Ryder2012-07-021-1/+1
|
* Portability hack for install shebangTom Ryder2012-06-251-1/+1
|
* Make final call into expected successTom Ryder2012-06-221-3/+3
| | | | | | The last command run should be something that I always expect to work, because otherwise the prompt includes an error code every time I log in if there isn't a local .bashrc file, which is the case on most of my servers.
* Source local bashrc fileTom Ryder2012-06-211-0/+3
|
* More portable wc -l with sedTom Ryder2012-06-211-1/+1
|
* Correct errorTom Ryder2012-06-211-1/+1
|
* Refactor prompt into one functionTom Ryder2012-06-211-88/+90
|
* Decided I don't like auto formatting on by defaultTom Ryder2012-06-201-1/+0
|
* Put everything including paths stuff in .bashrc.Tom Ryder2012-06-192-20/+20
| | | | | | Heresy, I know, but I'm sick of dealing with the distinction between login shells and non-login shells, particularly as far as my $PATH is concerned.
* Add ZA mapping to force write allTom Ryder2012-06-191-0/+1
| | | | I like these Z mappings. I can probably think of a few more.
* Add functions to enable/disable promptTom Ryder2012-06-191-42/+56
|
* Alias for edTom Ryder2012-06-171-0/+3
|
* Nah.Tom Ryder2012-06-151-4/+1
|
* Alert me if ahead of masterTom Ryder2012-06-151-1/+4
|
* Fugitive updatesTom Ryder2012-06-151-0/+0
|
* Higher value for synmaxcolTom Ryder2012-06-151-1/+1
|
* Revert generalised loop for formatoptions keysTom Ryder2012-06-151-3/+3
| | | | One of my Vim instances doesn't even have lists.
* Generalise this a bit, silence callTom Ryder2012-06-151-4/+4
|
* Leader keys to toggle format optionsTom Ryder2012-06-151-0/+8
| | | | | | Because I swap rapidly between adoring autoformat and wanting to scream at it. There's probably a better way to do this involving defining paragraph delimiters, which I'll look into next.
* Return values for VCS promptsTom Ryder2012-06-111-3/+3
|
* Misc syntax/grammar correctionsTom Ryder2012-06-112-3/+3
|
* Fix overloading init scriptsTom Ryder2012-06-112-2/+12
|