Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ However, after a few days of retraining, I started to realize that `.` on pinky

So, I begrudgingly moved `.` _back_ to middle finger. Around this time, I was chatting with ec0vid on Discord, and just trying to get some ideas, and he had a great suggestion to separate `’` and `”`. Since the problem was that `.”` was more common than `.’`, I could fix the bigram scissor by moving `”` closer to `.`. So, I swapped `”` and `_`, which _completely_ solved the problem.

In addition to those punctuation swaps, I also made a few more more swaps to the punctuation which I think greatly improve the experience for programmers. In programming, I found that I often had to type the following bigrams:
In addition to those punctuation swaps, I also made a few more swaps to the punctuation which I think greatly improve the experience for programmers. In programming, I found that I often had to type the following bigrams:
- `->`
- `=>`
- `|>`
Expand Down