diff options
-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()` |