Commit graph

109 commits

Author SHA1 Message Date
21b7995393
feat(terminal): add terminal_on_exit config option 2026-02-27 16:29:18 +01:00
f88f779410
refactor(terminal): add scrollback size configuration option 2026-02-25 20:34:49 +01:00
xoxorwr
a93b905bdd Add auto_open_panel_for_diagnostics 2026-02-21 17:32:26 +01:00
fa71704a94
feat: add commit age to git blame info 2026-02-13 12:22:52 +01:00
9d6fa68c97
feat: add gutter_width_mode and gutter_width_minimum/maximum config options 2026-02-12 15:29:27 +01:00
2749dea1b1
feat: add maximum_symlink_depth and log_ignored_links config options 2026-02-11 14:53:18 +01:00
d178c8c2e1
fix: add config option to enable following symlinks to directories (default: false) 2026-02-11 13:05:43 +01:00
c0107e32e0
feat: add retain_symlinks option to enable writing files through links (default: true) 2026-02-06 14:04:53 +01:00
9e4d4a00e1
fix: wrap info_view content at info_box_width_limit or screen width 2026-02-05 23:01:19 +01:00
d2081e8d68
feat: add configuration option dropdown_limit to limit completion dropdown size 2026-02-05 22:25:45 +01:00
f0bf122f22
feat: add hover_info_mode and info_box_style config options 2026-02-05 21:40:09 +01:00
c1ae1fe25f
feat: add completion_info_mode config option 2026-02-05 16:46:48 +01:00
6280d7d0b4
refactor: add info_box widget style 2026-02-05 16:46:12 +01:00
70b60a15fa
feat: add auto_save_mode option with new on_input_idle and on_focus_change modes
The original auto_save mode is now called on_document_change. The new
default is on_focus_change.

closes #481
2026-02-02 17:19:40 +01:00
377b8ba6b3
refactor: set default reflow_width to 76
More in line with flow's documentation and likely a more acceptable
default value.
2026-02-02 12:12:29 +01:00
934cfcd9e2
fix: reduce default frame_rate back to 60
Suspicion user reports of lagginess. A saner default might help avoid
issues on slower systems.
2026-02-01 21:35:51 +01:00
6adc0b5887
feat: add basic reflow command and keybind (alt+q) 2026-01-31 22:11:53 +01:00
4858821ebb
feat: add configuration options for editor scrolling parameters 2026-01-31 20:21:30 +01:00
032b1ae14a
feat: add separate config option for vcs blame alignment 2026-01-27 15:45:56 +01:00
0714957357 feat: add config option to toggle inline vcs blame 2026-01-26 22:31:18 +01:00
16e26e7e7e
feat: add experimental every_keystroke completion trigger mode 2026-01-23 16:00:53 +01:00
3995946471
feat: add option to disable sgr pixel mode support
Defaults to enabled.

closes #440
2026-01-22 16:15:53 +01:00
03c6e4def0
feat: add show_bottom_bar_grip config option 2026-01-22 13:29:35 +01:00
c85d52dac0
feat: enable highlight_references on idle by default 2026-01-21 23:07:49 +01:00
9729bae7be
feat: add completion_insert_mode configuration option 2026-01-21 17:35:39 +01:00
cb1797d98c
feat: add option to align inline diagnostics to the left
closes #456
2026-01-15 12:06:48 +01:00
cb189e3936
refactor: enable scrollbar_auto_hide by default 2026-01-14 13:07:10 +01:00
dc077350cd
refactor: remove cancel idle action again 2026-01-14 12:55:40 +01:00
2ca613c5a6
feat: add cancel action to idle_actions 2026-01-14 12:04:20 +01:00
8acef320fa
refactor: update default frame limit to 120 fps
All my devices and machines have at least 120hz displays and it just
so much smoother.
2026-01-13 19:45:43 +01:00
3db934d6f9
feat: enable inline completion by default 2025-12-26 22:18:23 +01:00
2416e3ec69
feat: enable automatic completion by default 2025-12-26 21:54:50 +01:00
c4301c40d9
refactor: add dropdown_keybinds configuration option 2025-12-23 21:45:06 +01:00
8a7ad7354f
fixup: feat: add configuration options for completion trigger and style 2025-12-18 16:22:45 +01:00
9a5c634ea7
feat: add configuration options for completion trigger and style 2025-12-18 15:23:15 +01:00
1f67c8e2ce
refactor: add dropdown widget type 2025-12-18 15:22:48 +01:00
6de60f681f
feat: add initial_find_query config option 2025-12-17 10:34:11 +01:00
7b7c84628c
feat: add ignore_filter_stderr config option 2025-12-08 21:37:50 +01:00
8b17eb9817
feat: auto save session every two minutes 2025-12-06 22:03:52 +01:00
b87a58accc
feat: add idle_commands config option 2025-12-06 21:50:33 +01:00
921c17de3c
feat: add auto_run_commands and auto_run_time_seconds config options 2025-12-06 21:42:56 +01:00
4c98cf33e3
feat: add config option keybind_mode with workaround ignore_alt_text_modifiers
This option may be set to ignore_alt_text_modifiers to enable a workround
for #417
2025-12-06 18:12:44 +01:00
60ba0e6544
feat: add show_local_diagnostics_in_panel config option 2025-12-03 16:41:29 +01:00
d16e64963e
feat: add option to disable auto find 2025-12-03 15:55:13 +01:00
0136c8b49c
feat: add enable_prefix_keyhints option 2025-12-02 16:20:35 +01:00
e4dba00625
feat: add hint_window widget type 2025-12-01 20:19:06 +01:00
2ca1a742a1
feat: add whitespace_mode external 2025-11-26 16:39:48 +01:00
690498fdcc
feat: add modes_can_change_cursor configuration option 2025-11-26 16:26:31 +01:00
6c789b3209
feat: change default theme to something more modern and pretty 2025-11-25 17:16:30 +01:00
9bebebc086
feat: add scrollbar_auto_hide config option 2025-11-19 18:26:23 +01:00