summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
| * Update quicktaskJune McEnroe2012-01-22
| * Revert "Add AutoClose"June McEnroe2012-01-22
| * Revert "Disable powerline for now"June McEnroe2012-01-22
| * Revert "Add VCS repo directories to wildignore"June McEnroe2012-01-22
| * Disable powerline for nowJune McEnroe2012-01-22
| * Update some pluginsJune McEnroe2012-01-22
| * 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
d> 2022-02-19Enable -Wmissing-prototypesJune McEnroe In other words, warn when a function is missing static. I don't see why this isn't in -Wextra. 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe I know, it feels wrong. 2022-02-18Implement new line editing "library"June McEnroe Losing tab complete and text macros, for now. This new implementation works on an instance of a struct and does not interact with the rest of catgirl, making it possible to copy into another project. Unlike existing line editing libraries, this one is entirely abstract and can be rendered externally. My goal with this library is to be able to implement vi mode. Since it operates on struct instances rather than globals, it might also be possible to give catgirl separate line editing buffers for each window, which would be a nice UX improvement. 2022-02-18Simplify cursor positioning in inputJune McEnroe Do some extra work by adding the portion before the cursor to the input window twice, but simplify the interaction with the split point. This fixes the awkward behaviour when moving the cursor across colour codes where the code would be partially interpreted up to the cursor. 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe