summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Map nohlsearch to default <leader><leader>June McEnroe2016-03-15
* Set splitbelow splitrightJune McEnroe2016-02-23
* Revert "Enable nvim set cursor shape"June McEnroe2016-02-19
* Enable nvim set cursor shapeJune McEnroe2016-02-19
* Fix rprompt truncationJune McEnroe2016-02-19
* Map scroll wheel in nvimJune McEnroe2016-02-09
* Always render fonts with thin strokesJune McEnroe2016-02-08
* Fix iTerm bold colorJune McEnroe2016-02-06
* Disable iTerm transparencyJune McEnroe2016-02-05
* Update configurations list in readmeJune McEnroe2016-02-05
* Move gitconfigJune McEnroe2016-02-05
* Add nvim configurationJune McEnroe2016-02-05
* More iTerm configuration tweaksJune McEnroe2016-02-04
* Update to iTerm 2.9 betaJune McEnroe2016-02-03
* Spawn non-login shells in iTermJune McEnroe2016-01-31
* Remove linux gvim aliasJune McEnroe2016-01-28
* Rewrite zshrcJune McEnroe2016-01-28
* 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
19-12-19 02:28:40 -0500'>2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe