summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Strip out useless commentsJune McEnroe2016-01-28
* Trim tmux configurationJune McEnroe2016-01-28
* Remove psql format wrappedJune McEnroe2016-01-28
* Wow, that is so annoying, gitJune McEnroe2016-01-25
* Clean up .gitconfigJune McEnroe2016-01-25
* Remove gitignoreJune McEnroe2016-01-15
* Eliminate escape key delay in zshJune McEnroe2016-01-15
* Move pretty git log format to .gitconfigJune McEnroe2016-01-15
* Remove unused git aliasesJune McEnroe2016-01-14
* Hash SSH known hostsJune McEnroe2016-01-06
* Ignore directory .swp filesJune McEnroe2015-12-30
* Color prompt yellow in vi normal modeJune McEnroe2015-12-16
* Remove colorcolumn at 120June McEnroe2015-11-23
* Always git rebase --autosquashJune McEnroe2015-11-23
* Add inverted shift to KarabinerJune McEnroe2015-11-18
* Clean up git configsJune McEnroe2015-11-06
* Add prune scriptJune McEnroe2015-11-06
* 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
span='3' class='logmsg'> 2017-10-03Simplify Makefile with pattern ruleJune McEnroe Insert rant about how GNU make handles the .c rule with extra dependencies. Also I don't care that everything links curses now. 2017-09-27Remove leading blank linesJune McEnroe 2017-09-27Add merge.c to READMEJune McEnroe 2017-09-03Assert client coords are valid after movementJune McEnroe 2017-09-03Relicense AGPLJune McEnroe I know it's already published under a permissive license in what is probably its final form, but I want to license it AGPL anyway on principle following some conversations I had about open source, corporations and copyleft. 2017-09-01Revert "Add client readOnly mode"June McEnroe This reverts commit 9a6c9c91c8092603b914cc0b3085d059e162ca29. 2017-09-01Remove clientRemove call from clientCastJune McEnroe If an error occurs on a client socket during a broadcast, that client will show up in the kqueue loop with EV_EOF and get removed that way. Tested by sending SIGKILL to a client and watching its cursor disappear. 2017-09-01Add client readOnly modeJune McEnroe 2017-08-31Clean up merge toolJune McEnroe Choose the version with the most recent access if the modify times are the same. 2017-08-31Choose B for tiles with equal modify timesJune McEnroe This way newer access counts and times will be preserved. 2017-08-31Add quick data file merge toolJune McEnroe Hopefully I won't have to use it ever again. 2017-08-30Use only foreground color for selecting spawnJune McEnroe 2017-08-29Add four additional spawnsJune McEnroe 2017-08-28Add respawningJune McEnroe 2017-08-26Move license above includesJune McEnroe Why was it down there? 2017-08-26Snapshot metadataJune McEnroe 2017-08-26Add meta.c to READMEJune McEnroe 2017-08-26Use MakefileJune McEnroe