Compare commits
2 commits
1289cfc3af
...
64deb9cee6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
64deb9cee6 | ||
|
|
20a2b77db1 |
2 changed files with 5 additions and 5 deletions
|
|
@ -46,7 +46,7 @@ and is my daily driver for almost everything.
|
||||||
|
|
||||||
# Roadmap
|
# Roadmap
|
||||||
|
|
||||||
See our [devlog](/devlog/2025) for on-going updates from the development team.
|
See our [devlog](https://flow-control.dev/devlog/2025/) for on-going updates from the development team.
|
||||||
|
|
||||||
## In Development
|
## In Development
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -404,14 +404,14 @@
|
||||||
["j", "select_down"],
|
["j", "select_down"],
|
||||||
["k", "select_up"],
|
["k", "select_up"],
|
||||||
["l", "select_right_helix"],
|
["l", "select_right_helix"],
|
||||||
["left", "select_left"],
|
["left", "select_left_helix"],
|
||||||
["down", "select_down"],
|
["down", "select_down"],
|
||||||
["up", "select_up"],
|
["up", "select_up"],
|
||||||
["right", "select_right"],
|
["right", "select_right_helix"],
|
||||||
["kp_left", "select_left"],
|
["kp_left", "select_left_helix"],
|
||||||
["kp_down", "select_down"],
|
["kp_down", "select_down"],
|
||||||
["kp_up", "select_up"],
|
["kp_up", "select_up"],
|
||||||
["kp_right", "select_right"],
|
["kp_right", "select_right_helix"],
|
||||||
["%", "select_all"],
|
["%", "select_all"],
|
||||||
|
|
||||||
["`", "switch_to_lowercase"],
|
["`", "switch_to_lowercase"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue