summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Set shiftwidth to 4 for LuaJune McEnroe2012-01-30
|
* Don't show Syntastic errors automaticallyJune McEnroe2012-01-29
|
* Update to Quicktask 1.1June McEnroe2012-01-28
|
* Use space-test branch of quicktaskJune McEnroe2012-01-22
|
* Enable syntax-based foldingJune McEnroe2012-01-22
|
* Update quicktaskJune McEnroe2012-01-22
|
* Revert "Add AutoClose"June McEnroe2012-01-22
| | | | | | This reverts commit 2705f4b91a56caf4cf2b3b89b247580debd5d453. This fixes the delay when leaving insert mode
* Revert "Disable powerline for now"June McEnroe2012-01-22
| | | | This reverts commit 171b1aa0d1d445a1223d0d638f2798b780c3e1ce.
* Revert "Add VCS repo directories to wildignore"June McEnroe2012-01-22
| | | | | | This reverts commit f4cc36a0aca465eea866fa7131a19497d46e63f0. This fixes not being able to commit with vim-fugitive
* 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
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