diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2025-04-02 08:29:04 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2025-04-02 08:29:04 -0400 |
commit | 5b1e36827b039ce64f7b36d0bd241f3dc2127f2b (patch) | |
tree | 3359cd7d24320258b9f8db6e5cf6340163c26b2a | |
parent | 5c42cea89b8aa6a6a58c204e70e94a9aefcfb4ed (diff) |
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -59,10 +59,10 @@ I don't want to force commands onto users, so I'll provide lua function which they can configure how they please: **Opening the rafta client** (could be used to LazyLoad): -- `open` -- `open_tab` -- `open_split` -- `open_vsplit` +- `open()` +- `open_tab()` +- `open_split()` +- `open_vsplit()` **Managing Tasks**: - `set_priority()` |