summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Update vendored Gruvbox colorschemeJune McEnroe2015-11-03
* Redefine _newline_precmd in _newline_precmdJune McEnroe2015-11-02
* Print newline before every prompt after firstJune McEnroe2015-11-02
* Remove first prompt placementJune McEnroe2015-11-02
* Newline before prompt and start at bottom of terminalJune McEnroe2015-11-02
* Add chruby to zshrcJune McEnroe2015-10-27
* Add SSH configJune McEnroe2015-10-22
* Spawn login shells in iTermJune McEnroe2015-10-22
* Zoom iTerm only verticallyJune McEnroe2015-07-12
* Update iTerm2 configurationJune McEnroe2015-07-11
* Add mkdir -p to import scriptJune McEnroe2015-07-05
* Add license to readmeJune McEnroe2015-07-04
* Add pathogen to vimJune McEnroe2015-07-04
* Add send-prefix bindingJune McEnroe2015-05-28
* Bash is usually in /binJune McEnroe2015-05-28
* Swap windows instead of moving themJune McEnroe2015-05-24
* Replace effuse with simple shell scriptsJune McEnroe2015-05-24
* Add tmux shortcut functionsJune McEnroe2015-05-23
* More tmux configurationJune McEnroe2015-05-23
* Add tmux configurationJune McEnroe2015-05-22
* Set scrolloff=1June McEnroe2015-05-13
* Truncate RPROMPT with negative lengthJune McEnroe2015-02-18
* Fix timeoutlen so leader still worksJune McEnroe2015-02-16
* Prevent esc delay in terminal vimJune McEnroe2015-02-15
* Fix git prompt for branches with slashesJune McEnroe2015-02-15
* Clean upJune McEnroe2015-02-14
* Switch back to gruvbox iTerm themeJune McEnroe2015-02-14
* Switch back to gruvbox vim themeJune McEnroe2015-02-14
* Prevent red first promptJune McEnroe2015-02-14
* New minimal zshrcJune McEnroe2015-02-14
* Use Hybrid colours in iTerm2June McEnroe2015-02-13
* New minimal vimrcJune McEnroe2015-02-13
* Add more bytes to randpasswd and use URL base64June McEnroe2015-01-16
* Add vim-signature pluginJune McEnroe2015-01-16
* Ignore .DS_StoreJune McEnroe2015-01-06
* Add Karabiner configurationJune McEnroe2015-01-06
* Add git rebase aliasesJune McEnroe2015-01-06
* Add vman alias for vim-supermanJune McEnroe2015-01-06
* Add vim-supermanJune McEnroe2015-01-06
* Add LimeLight to GoyoJune McEnroe2015-01-06
* Swap 0 and ^ in VimJune McEnroe2015-01-06
* Highlight columns 80, 100, 120June McEnroe2015-01-06
* Add iTerm2 to effuse exlcudeJune McEnroe2014-11-29
* Update README listJune McEnroe2014-11-29
* Remove unused configsJune McEnroe2014-11-29
* Add iTerm 2 configurationJune McEnroe2014-11-25
* Keep working directory in terminal titleJune McEnroe2014-11-25
* Add .pultrc to global gitignoreJune McEnroe2014-11-25
* Use gruvbox colorschemeJune McEnroe2014-11-25
* Remove multiple cursors pluginJune McEnroe2014-11-25
>2021-09-21Rewrite pngo, add explicit optionsJune McEnroe Interesting to see how my code habits have changed. 2021-09-16Fix /* **/ comment matchingJune McEnroe 2021-09-15Remove typer, add downgrade to READMEJune McEnroe 2021-09-15Set bot mode on downgradeJune McEnroe 2021-09-15Enter capsicum in downgradeJune McEnroe 2021-09-15Factor out common parts of downgrade messagesJune McEnroe Also bump the message cap to 1024 because that is ostensibly useful for replying to older messages. 2021-09-14Add downgrade IRC botJune McEnroe 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