summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
| * Add VCS repo directories to wildignoreJune McEnroe2012-01-22
| * Map ,e and ,b to CtrlP file and buffer respectivelyJune McEnroe2012-01-22
| * Add vim-spaceJune McEnroe2012-01-22
| * Add AutoCloseJune McEnroe2012-01-22
| * Add binding for GundoJune McEnroe2012-01-22
| * Add GundoJune McEnroe2012-01-22
| * Add Jellybeans colorschemeJune McEnroe2012-01-22
| * Add syntasticJune McEnroe2012-01-22
| * Add PowerlineJune McEnroe2012-01-21
| * Add quicktaskJune McEnroe2012-01-21
| * Moved comments out of mapsJune McEnroe2012-01-15
| * Disable scrollbarsJune McEnroe2012-01-14
| * Added a silly READMEJune McEnroe2012-01-14
| * Map ,gp to :Git pushJune McEnroe2012-01-14
| * Added ooc.vimJune McEnroe2012-01-14
| * Added gist-vimJune McEnroe2012-01-14
| * Added maps for some Fugitive commandsJune McEnroe2012-01-14
| * Initial commitJune McEnroe2012-01-14
* Add GitHub username to gitconfigJune McEnroe2013-11-10
* Rehash on reloadJune McEnroe2013-11-02
* Remove git prompt from titleJune McEnroe2013-11-02
* Update zsh syntax highlighting and configJune McEnroe2013-11-02
* Fix host in prompt, part twoJune McEnroe2013-10-31
* Fix host in promptJune McEnroe2013-10-31
* Wow look reorganized zsh configJune McEnroe2013-10-31
* Show hostname in prompt over SSHJune McEnroe2013-10-30
* Only load chruby if it existsJune McEnroe2013-10-30
* Add auto-title stuff to zshJune McEnroe2013-10-27
* Add gvim alias to silence stderrJune McEnroe2013-10-26
* Add home.programble.me functionJune McEnroe2013-10-26
* Remove unused configsJune McEnroe2013-10-14
* Add therefore, because, cards compose sequencesJune McEnroe2013-10-14
* Global git ignore .swo filesJune McEnroe2013-10-14
* Add Heroku to zshJune McEnroe2013-10-14
* Add gst git stash aliasJune McEnroe2013-09-23
* Remove pacman stuffJune McEnroe2013-09-05
* Only alias hub if it existsJune McEnroe2013-09-05
* chruby to ruby-2.0.0June McEnroe2013-09-05
* Add nvmJune McEnroe2013-08-14
* Add title commandJune McEnroe2013-07-09
* Use default client keysJune McEnroe2013-06-09
* Run games in separate X serverJune McEnroe2013-06-09
* Add game wrapper to kill/restart unclutterJune McEnroe2013-06-08
* Add git configJune McEnroe2013-06-08
* Ignore effuse backup filesJune McEnroe2013-06-07
* Autochruby and default to ruby-2.0.0-p195June McEnroe2013-06-07
* Tweak ncmpcpp configJune McEnroe2013-06-07
* Update terminal configurationJune McEnroe2013-05-30
* Update ncmpcpp configurationJune McEnroe2013-05-30
* Do not force update, just notifyJune McEnroe2013-05-20
57 -0400'>2021-09-14Sort by title if authors matchJune McEnroe There are probably better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe