summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Add Tarmak 2 to console keymapJune McEnroe2017-07-09
* Remove pathogenJune McEnroe2017-07-04
* Consolidate pbd, pbcopy, pbpasteJune McEnroe2017-07-04
* Reorganize neovim configuration, againJune McEnroe2017-07-04
* Remove <Esc><Esc> terminal mappingJune McEnroe2017-07-04
* Generalize C-w neovim terminal mappingJune McEnroe2017-07-04
* Remove tmuxJune McEnroe2017-07-04
* Show terminal title in statuslineJune McEnroe2017-07-04
* Add nvim terminal mappingsJune McEnroe2017-07-04
* Add color to xxJune McEnroe2017-06-29
* Set tmux copy-mode-vi bindings for TarmakJune McEnroe2017-06-28
* Link Scala syntax fileJune McEnroe2017-06-27
* Clean up top of trivial colorscheme fileJune McEnroe2017-06-27
* Fix Scala syntax highlight linksJune McEnroe2017-06-27
* Import Scala syntax fileJune McEnroe2017-06-27
* Tone down Scala highlightingJune McEnroe2017-06-27
* Bind n and e to switch tmux sessionsJune McEnroe2017-06-27
* Update iTerm 2 configJune McEnroe2017-06-19
* Add Code Tarmak 2 layoutJune McEnroe2017-06-18
* Color diffs red and greenJune McEnroe2017-06-18
* Revert "Set tmux prefix back to E (J in Tarmak 1)"June McEnroe2017-06-16
* Set tmux prefix back to E (J in Tarmak 1)June McEnroe2017-06-16
* Color Search foregroundJune McEnroe2017-06-15
* Enable syntax foldingJune McEnroe2017-06-15
* Set Folded highlight in trivialJune McEnroe2017-06-15
* Fix install scriptJune McEnroe2017-06-12
* Add untested install scriptJune McEnroe2017-06-10
* Add .hushloginJune McEnroe2017-06-10
* Rename install.sh to link.shJune McEnroe2017-06-10
* Clean up READMEJune McEnroe2017-06-10
* Move files to one files directoryJune McEnroe2017-06-10
* Move console.sh to linux directoryJune McEnroe2017-06-10
* Move iTerm configuration into a directoryJune McEnroe2017-06-10
* Remove Karabiner config and move key layoutsJune McEnroe2017-06-10
* Move actual dotfiles into home directoryJune McEnroe2017-06-10
* Remove Programming keyboard layoutJune McEnroe2017-06-10
* Add Code Tarmak 1 layoutJune McEnroe2017-06-09
* Remap keys in vim for Tarmak 1 more sensiblyJune McEnroe2017-06-09
* Add iTerm light profile and disable hotkeyJune McEnroe2017-06-07
* Remap C-w {n,e} in vim for Tarmak 1June McEnroe2017-06-07
* Rebind hnel in vim for Tarmak 1June McEnroe2017-06-06
* Use C-space as tmux prefixJune McEnroe2017-06-06
* Add Tarmak layoutsJune McEnroe2017-06-06
* Rename keyboard layout ProgrammingJune McEnroe2017-05-26
* Fix Library install conditionJune McEnroe2017-05-25
* Revert "Remove macOS keyboard layout"June McEnroe2017-05-25
* Fix copy mode bindings for tmux 2.4June McEnroe2017-05-08
* Remove option unnecessary in nvim 0.2June McEnroe2017-05-02
* Reorder lines in psqlrcJune McEnroe2017-05-01
* Clean up Karabiner configurationJune McEnroe2017-05-01
, 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