void
void copied to clipboard
terminal-based personal organizer
Currently, there exists no way to describe the following key combinations: - `Ctrl` or `Alt` plus any non-character key (e.g. `Ctrl+Right`, `Alt+Fn1`, or `Ctrl+Backspace`) - `Shift` as a modifier to...
Is there any way to export one's data? Many thanks in advance!
This turns on the LTO flag for release builds, in addition to reducing the number of codegen units, thus improving the LTO. This will lead to significant performance improvements at...
Currently, arrow pathfinding works using the following algorithm: - for each possible starting point (typically = 2) - for each possible ending point (1 for a point, 2 for a...
Heya! New user here, trying out void to put some ideas in my head down about a ttrpg campaign I'm trying to plan out. I have a big pile of...
Build fails on Windows because of Termion.
Often it happens that when I'm trying to ensure that nothing is selected (by pressing the Unselect key), void exits because indeed nothing was selected. This gives me the burden...
The `default_open_cmd` was not being defined.
This PR adds a config option for the keybindings to use a modal mode instead, that is, there will be a separate "normal" and insert mode.
Arrows are flashing on every redraw of the Void screen. This PR makes it so that each persistent arrow retains its colour throughout a session.