flow/src/tui/mode
CJ van den Berg 59921d8e10
feat: restore cursor column when cancelling goto mini mode
This commit refactors the numeric_input mini mode to make the input value
type generic. This allows the goto mini mode to store the origin column
along with the row. Also, this will allow more complex numeric_input modes,
for example a goto mini mode that supports column and row.
2025-09-17 10:04:27 +02:00
..
mini feat: restore cursor column when cancelling goto mini mode 2025-09-17 10:04:27 +02:00
overlay fix: handle completion items with no type icon 2025-09-13 20:06:44 +02:00
helix.zig fix: allow helix mode paste_after command to work at the end of the file 2025-08-23 19:00:11 +02:00
vim.zig feat: add vim mode command to reload_file (:e!) 2025-05-23 11:11:25 +02:00