summary refs log tree commit diff
path: root/home/.config (follow)
Commit message (Expand)AuthorAge
* Open rfc-index.txt for :RFC without argumentJune McEnroe2020-12-19
* Add :RFC vim command to view IETF RFCsJune McEnroe2020-12-18
* Disable mouse in htopJune McEnroe2020-12-05
* Update htop config serializationJune McEnroe2020-08-18
* Set pull.rebase trueJune McEnroe2020-07-20
* Add \d to replace .Dd macroJune McEnroe2020-01-25
* Add \S to sort inside bracesJune McEnroe2019-12-26
* Respect mailmap in gl pretty formatJune McEnroe2019-12-20
* Disable signing commitsJune McEnroe2019-12-20
* Remove 1sh env.shJune McEnroe2019-11-21
* Add \? to promptJune McEnroe2019-11-20
* Remove color from 1sh promptsJune McEnroe2019-11-20
* Add GPL header templateJune McEnroe2019-11-06
* Mark ' for \aJune McEnroe2019-10-28
* Set the write variable for nvim man modeJune McEnroe2019-10-14
* Update neovim 0.4.2June McEnroe2019-10-02
* Clean up home filesJune McEnroe2019-07-27
* Use env.sh as 1sh todo listJune McEnroe2019-07-01
* Clean up 1sh prompt settingJune McEnroe2019-06-29
* Rename catsh to 1shJune McEnroe2019-06-28
* Set HISTSIZE in catshJune McEnroe2019-06-28
* Set LESS=FRXJune McEnroe2019-06-19
* Clean up catsh configJune McEnroe2019-04-18
* Rename cash config to catshJune McEnroe2019-04-18
* Color python imports as StatementJune McEnroe2019-04-15
* Set man_hard_wrap in nvimJune McEnroe2019-02-20
* Color format specifiers light cyan in vimJune McEnroe2019-02-15
* Add nmap gpJune McEnroe2019-02-15
* Use italic for underline in nvim man modeJune McEnroe2019-02-10
* Set git commit.verboseJune McEnroe2019-02-10
* Don't open folds when using {}June McEnroe2019-02-08
* Import autoload/man.vim from 71bb4fdJune McEnroe2019-02-07
* Set nvim Directory back to blueJune McEnroe2019-02-01
* Set nvim UI colors back to the 8-color paletteJune McEnroe2019-01-25
* Add !! alias in cashJune McEnroe2019-01-15
* Use \$ in cash PS1 and add # to RPS1June McEnroe2019-01-15
* Show full path in RPS1June McEnroe2019-01-13
* Set PS0 in cashJune McEnroe2019-01-13
* Change default ENV from cashrc to env.shJune McEnroe2019-01-13
* Use colours in cash promptsJune McEnroe2019-01-13
* Add cashrcJune McEnroe2019-01-11
* Simplify htop displayJune McEnroe2018-12-29
* Remove \h bindingJune McEnroe2018-12-02
* Set default .asm, .h, .sh syntax modes for vimJune McEnroe2018-11-23
* Disable number, laststatus, ruler in vimJune McEnroe2018-11-23
* Add \l binding to insert AGPL commentJune McEnroe2018-11-14
* Add \s sort binding and simplify \h and \aJune McEnroe2018-11-11
* Add mdoc syntax fileJune McEnroe2018-09-10
* Remove colorcolumn at 100June McEnroe2018-09-02
* Add vim mapping to add a #includeJune McEnroe2018-08-17
='2022-02-19 14:51:26 -0500'>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