Luke

Results 53 comments of Luke

Hi, try pressing Ctrl + Space to access the file tree. Then you can click on folders to navigate around and click on files to open them. Ctrl + O...

@kachick This can be achieved: For example, if you wanted to set it to something like Ctrl + P instead: ```lua event_mapping["ctrl_p"] = function() editor:toggle_file_tree() end ``` you can also...

No problem! Glad I could help. 😁

I'll be sure to look into it. I haven't used lazygit before, but it looks like a really neat tool

As a fellow typst user, I would be open to adding this 👍

Try adjusting scroll amount in your configuration file (`~/.oxrc`) I like to use ```lua terminal.scroll_amount = 4 ``` in mine This will shift up/down by 4 lines at a time....

I have noticed that when selecting downwards past the viewport (i.e. moving the cursor down to the bottom of the editor to try to select text that is out of...

So I've performed a thorough investigation into Ox's performance and found the rendering process to be really slow - I just tried a simple optimisation and found the editor renders...

0.6.10 released (this might make scrolling smoother?)

Thanks for sharing this. May I ask which terminal emulator you are using and how you installed Ox?