about summary refs log tree commit diff stats
path: root/vimrc.vim
Commit message (Collapse)AuthorAgeFilesLines
* .Kartik K. Agaram2021-08-071-0/+1
|
* .Kartik Agaram2021-06-061-2/+0
|
* hacky Vim syntax highlighting for Mu LispKartik K. Agaram2021-06-061-1/+1
|
* belatedly migrate stale example definitionsKartik K. Agaram2021-05-061-0/+2
| | | | | Also bare-bones syntax highlighting for .limg files. Doesn't work when .limg file is first file opened with Vim.
* .Kartik Agaram2021-03-291-26/+0
|
* fix some broken linksKartik K. Agaram2021-03-141-1/+1
|
* 7760Kartik K. Agaram2021-02-201-12/+12
| | | | | | | | | Some settings in my vimrc, now that I plan to move closer to Lisp: inoremap <buffer> [ ( inoremap <buffer> ] ) inoremap <buffer> ( [ inoremap <buffer> ) ]
* 7114Kartik Agaram2020-10-261-0/+3
|
* 6928Kartik Agaram2020-10-031-0/+1
|
* 6924Kartik Agaram2020-10-011-3/+3
|
* 6858Kartik Agaram2020-09-251-0/+4
|
* 6843Kartik Agaram2020-09-231-0/+5
| | | | Some keymappings to protect my pinky.
* 6565 - support tmux in control modeKartik Agaram2020-06-211-2/+2
| | | | | https://github.com/tmux/tmux/wiki/Control-Mode https://www.iterm2.com/documentation-tmux-integration.html
* 6427Kartik Agaram2020-05-291-7/+13
|
* mu.subx: 6 failing tests remainingKartik Agaram2020-05-221-2/+2
|
* mu.subx: first code-gen test passing!Kartik Agaram2020-05-181-1/+2
|
* 6215 - show call stack in traceKartik Agaram2020-05-031-0/+4
|
* 6027Kartik Agaram2020-02-201-1/+0
| | | | | | Changing `switchbuf` globally is too heavyweight a change just to do the right thing when hitting `:T`. I don't even use it anymore since I got `<Leader>t`; why was I hitting `:T` just to navigate to `last_run`, again?
* 5966 - document all supported Mu instructionsKartik Agaram2020-01-311-2/+2
|
* 5856Kartik Agaram2020-01-011-9/+1
|
* 5758Kartik Agaram2019-11-251-5/+2
|
* 5749Kartik Agaram2019-11-171-1/+1
| | | | | Support running a single test when the current function around the cursor ends in '?'.
* 5662Kartik Agaram2019-09-151-2/+2
| | | | Fix several breakages.
* 5643Kartik Agaram2019-09-081-9/+5
|
* 5642Kartik Agaram2019-09-071-1/+1
|
* 5641Kartik Agaram2019-09-071-8/+0
|
* 5640Kartik Agaram2019-09-071-3/+6
|
* 5639 - tmux support for running a single testKartik Agaram2019-09-071-18/+35
| | | | | | | | Keep the top/left most pane for a shell, and try hitting `<Leader>t` from within a test. If you hit `<Leader>t` from within code, it will try to remember what test you ran last and rerun that.
* 5618Kartik Agaram2019-09-041-0/+2
|
* 5617Kartik Agaram2019-09-041-3/+0
|
* 5509Kartik Agaram2019-08-111-2/+2
|
* 5499Kartik Agaram2019-07-311-1/+0
|
* 5489 - fix a few broken linksKartik Agaram2019-07-271-1/+1
|
* 5485 - promote SubX to top-levelKartik Agaram2019-07-271-1/+76
|
* fork vimrc for Mu and SubXKartik Agaram2019-06-111-64/+0
| | | | | I checked if we needed to bring back anything since commit 3976, but the only difference is dropping the :(scenario) DSL.
* only open the trace if test failsKartik Agaram2019-06-111-2/+16
|
* new Vim convenience macroKartik Agaram2019-06-111-0/+3
| | | | Runs test under cursor and opens its trace.
* .Kartik Agaram2019-05-151-1/+1
|
* 5079Kartik Agaram2019-04-111-13/+2
|
* 5001 - drop the :(scenario) DSLKartik Agaram2019-03-121-23/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've been saying for a while[1][2][3] that adding extra abstractions makes things harder for newcomers, and adding new notations doubly so. And then I notice this DSL in my own backyard. Makes me feel like a hypocrite. [1] https://news.ycombinator.com/item?id=13565743#13570092 [2] https://lobste.rs/s/to8wpr/configuration_files_are_canary_warning [3] https://lobste.rs/s/mdmcdi/little_languages_by_jon_bentley_1986#c_3miuf2 The implementation of the DSL was also highly hacky: a) It was happening in the tangle/ tool, but was utterly unrelated to tangling layers. b) There were several persnickety constraints on the different kinds of lines and the specific order they were expected in. I kept finding bugs where the translator would silently do the wrong thing. Or the error messages sucked, and readers may be stuck looking at the generated code to figure out what happened. Fixing error messages would require a lot more code, which is one of my arguments against DSLs in the first place: they may be easy to implement, but they're hard to design to go with the grain of the underlying platform. They require lots of iteration. Is that effort worth prioritizing in this project? On the other hand, the DSL did make at least some readers' life easier, the ones who weren't immediately put off by having to learn a strange syntax. There were fewer quotes to parse, fewer backslash escapes. Anyway, since there are also people who dislike having to put up with strange syntaxes, we'll call that consideration a wash and tear this DSL out. --- This commit was sheer drudgery. Hopefully it won't need to be redone with a new DSL because I grow sick of backslashes.
* 4985Kartik Agaram2019-02-231-0/+5
|
* 4875Kartik Agaram2018-12-251-1/+3
| | | | Another tweak for a light background.
* 4806Kartik Agaram2018-11-301-2/+2
| | | | | | Drop a wildcard in my edit shortcuts that's getting confused between apps/crenshaw2-1.subx and apps/crenshaw2-1b.subx. We're pretty much always using the full filename (excluding .subx extension) anyway.
* 4772Kartik Agaram2018-11-241-1/+2
|
* 4757Kartik Agaram2018-11-201-0/+3
| | | | | | Let's start highlighting all global variables in Red. Assembly programming has a tendency to over-use them. They're a necessary evil, but we should minimize the number of functions that access them.
* 4751Kartik Agaram2018-11-181-0/+6
|
* 4726Kartik Agaram2018-10-271-0/+3
|
* 4725 - back to porting the Crenshaw compilerKartik Agaram2018-10-261-0/+9
|
* 4673Kartik Agaram2018-10-071-2/+2
| | | | | To search for instructions in .subx files, just run `:G 8b.*copy` inside Vim without any quotes.
* 4672Kartik Agaram2018-10-071-0/+8
|