summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* Add Terminal.app profileJune McEnroe2017-07-18
| | | | | | | Terminal.app has better latency and is installed by default. Using Luxi Mono for now because iTerm and Terminal.app render fonts quite differently.
* 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
|
* Rewrite README, create LICENSEJune 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.
* Only pacman -Sy onceJune McEnroe2017-07-09
|
* Add Tarmak 2 to console keymapJune McEnroe2017-07-09
|
* 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
|
* Link Scala syntax fileJune McEnroe2017-06-27
| | | | Oops.
* 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
|
* Update iTerm 2 configJune McEnroe2017-06-19
| | | | Suddenly the window top bar is dark.
* 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
| | | | | | 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
|
* 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
| | | | | | | | | Custom layouts allow me to drop Karabiner, which is necessary since it still doesn't work on Sierra. Moved the keylayout files to be just files since installing them with symlinks doesn't work very well, they need to be installed with Ukelele. I should find out what it does though.
* Move actual dotfiles into curtis directoryJune McEnroe2017-06-10
|