summary refs log tree commit diff
path: root/curtis (follow)
Commit message (Collapse)AuthorAge
* Add nethackrcJune McEnroe2017-07-23
|
* Remove useless setuid in briJune McEnroe2017-07-23
| | | | | Don't you think it would be better if the setuid bit only gave you permission to do it and didn't do it for you?
* Clean up hnel a tiny bitJune McEnroe2017-07-23
|
* Set window size in hnelJune McEnroe2017-07-21
|
* Add hnelJune McEnroe2017-07-21
|
* chmod 600 in dtchJune McEnroe2017-07-19
|
* Map C-w {N,E} in nvimJune McEnroe2017-07-18
| | | | | Also I forgot that using command! with the exclamation mark is so that the file can be sourced again without conflict.
* Remove color from xx, group ASCIIJune McEnroe2017-07-16
|
* Add description to dtchJune McEnroe2017-07-16
|
* Fix dtch portabilityJune McEnroe2017-07-16
|
* Send ^L on attach, rmcup reset on detachJune McEnroe2017-07-16
|
* Sort dtch includesJune McEnroe2017-07-15
| | | | That's embarrassing.
* Clean up dtchJune McEnroe2017-07-15
|
* Detect death of childJune McEnroe2017-07-14
|
* Use CTRL macroJune McEnroe2017-07-14
|
* Add just-about-functional dtch/atchJune McEnroe2017-07-14
|
* Make pbd/pbcopy/pbpaste one binary with dispatchJune McEnroe2017-07-13
|
* Remove manpager scriptJune McEnroe2017-07-11
| | | | neovim now behaves correctly without the redirection hack.
* Remove pathogenJune McEnroe2017-07-04
| | | | | Apparently this is built in now. Except it loads from a weird path structure.
* Consolidate pbd, pbcopy, pbpasteJune McEnroe2017-07-04
|
* Reorganize neovim configuration, againJune McEnroe2017-07-04
|
* Remove <Esc><Esc> terminal mappingJune McEnroe2017-07-04
| | | | <C-w><Esc> works just as well. Convenient.
* Generalize C-w neovim terminal mappingJune McEnroe2017-07-04
|
* Remove tmuxJune McEnroe2017-07-04
| | | | | | | | | | | tmux configuration was starting to bother me, and it got worse with Sierra. Turns out that neovim terminal emulation is much more natural to work with and requires less configuration, though I still disapprove of the feature being included in an editor! For detaching and attaching sessions, abduco is a simple tool that seems to work decently, but given that I will likely only be running neovim in the sessions, I might come up with something even simpler.
* 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
|
* Clean up top of trivial colorscheme fileJune McEnroe2017-06-27
|
* Fix Scala syntax highlight linksJune McEnroe2017-06-27
| | | | | | Not only does the Scala syntax file think everything is "Special", it also sets highlight links in a way that can't be overridden by the colorscheme.
* Import Scala syntax fileJune McEnroe2017-06-27
|
* Tone down Scala highlightingJune McEnroe2017-06-27
| | | | Scala syntax thinks literally everything is "Special".
* Bind n and e to switch tmux sessionsJune McEnroe2017-06-27
|
* Color diffs red and greenJune McEnroe2017-06-18
|
* Revert "Set tmux prefix back to E (J in Tarmak 1)"June McEnroe2017-06-16
| | | | | | This reverts commit 7e52ba444c0c64896648e7b3378ac69b28381207. Turns out it's a lot easier on my hand to hit C-space.
* 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
| | | | Long Scala files.
* Set Folded highlight in trivialJune McEnroe2017-06-15
|
* Add .hushloginJune McEnroe2017-06-10
|
* Move actual dotfiles into curtis directoryJune McEnroe2017-06-10