Fix vim modelines

This commit is contained in:
2024-05-03 12:21:52 +02:00
parent 795868eaa3
commit 1c8ec2f7ca
3 changed files with 3 additions and 3 deletions

View File

@@ -54,4 +54,4 @@ I also did not use a lot of the keys and wanted to learn a bit of electronics, s
![Moonlander layout](./screens/moonlander-layout.png)
<!-- vim: wrap -->
<!-- vim: set wrap: -->

View File

@@ -140,5 +140,5 @@ When creating the hls stream from the original video stream, we simply cut it at
I wrote the transcoder in C, rewrote it in rust and finally rewrote it again in golang.
<!-- vim: wrap -->
<!-- vim: set wrap: -->

View File

@@ -118,5 +118,5 @@ Be aware though, if you have no interest scripting your editor to your liking, y
Vim is not an of-the-shelf solution. You will need to configure it before using it as a daily editor. If you do not enjoy that kind of editor, that's fine just use something else. I personally really like getting to know my tools and having an editor I can tinker with. Consistently learning new things about the editor and using more coreutils tools in my workflow is something I find really enjoyable.<br/>
-- On a side note, I still think `awk` and `jq` are ones of the most underrated tools available.
<!-- vim: wrap -->
<!-- vim: set wrap: -->