Compare commits

..

No commits in common. "64deb9cee66e6620ab6e991af30ec61a0c9257dc" and "1289cfc3afa45d8a19e008bdb78058669b995c00" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View file

@ -46,7 +46,7 @@ and is my daily driver for almost everything.
# Roadmap
See our [devlog](https://flow-control.dev/devlog/2025/) for on-going updates from the development team.
See our [devlog](/devlog/2025) for on-going updates from the development team.
## In Development

View file

@ -404,14 +404,14 @@
["j", "select_down"],
["k", "select_up"],
["l", "select_right_helix"],
["left", "select_left_helix"],
["left", "select_left"],
["down", "select_down"],
["up", "select_up"],
["right", "select_right_helix"],
["kp_left", "select_left_helix"],
["right", "select_right"],
["kp_left", "select_left"],
["kp_down", "select_down"],
["kp_up", "select_up"],
["kp_right", "select_right_helix"],
["kp_right", "select_right"],
["%", "select_all"],
["`", "switch_to_lowercase"],