summary refs log tree commit diff
path: root/home (follow)
Commit message (Expand)AuthorAge
...
* 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
* 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
* 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
* Add .hushloginJune McEnroe2017-06-10
* Move actual dotfiles into home directoryJune McEnroe2017-06-10
0'>2021-01-20Avoid matching ':' in make tagsJune McEnroe Otherwise a :: rule includes one of the ':'s in the tag name. 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe Otherwise the "id" in "void" matches for "void id". 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe