Blog: 2023-09-26: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Splitting fish config into abbrs and everything else. |
Splitting fish config into abbrs and everything else. |
||
- actually maybe everything else, and functions+completions. Then I can gitignore them and symlink these into the config folder |
|||
Want to make ---| in markdown expand to ---|--- like python """|""" |
Want to make ---| in markdown expand to ---|--- like python """|""" |
Revision as of 18:30, 26 September 2023
Splitting fish config into abbrs and everything else.
- actually maybe everything else, and functions+completions. Then I can gitignore them and symlink these into the config folder
Want to make ---| in markdown expand to ---|--- like python """|"""
Starting a guide to vim, it'll be a long one, maybe even book length. Could use some sort of tool to render it to a documentation website style webapp
There's already lisp clients for neovim: https://github.com/adolenc/cl-neovim. A good starting point for an emacs integration #vimacs
I'm team 1-based indexing, so is lua #1basedindexing
On that same note, what if the file system had only full syntax trees rather than text files? hmmm #primitivOS