Updated modes (markdown)

Gean Marroquin 2023-11-24 11:07:01 -05:00
parent c8d5fc1e06
commit ff5d2b9e4d

@ -5,7 +5,7 @@ Implement modes, default mode is `NORMAL`
In the example below, you declare a mode: `BROWSER`, which is activated when you press <kbd>modkey</kbd> + <kbd>b</kbd>. Then, you can press <kbd>f</kbd> to launch `Firefox` and return to the default `NORMAL` mode.
```
```c
enum {
BROWSER,
};