Enable vim mode within the rules editor (#39244)

Release Notes:

- Enable vim mode on rule editor
This commit is contained in:
Alvaro Parker
2025-10-01 12:45:38 +02:00
committed by GitHub
parent d1543f75b6
commit 1c85995ed7
+1 -1
View File
@@ -726,7 +726,7 @@ impl RulesLibrary {
editor.set_show_gutter(false, cx);
editor.set_show_wrap_guides(false, cx);
editor.set_show_indent_guides(false, cx);
editor.set_use_modal_editing(false);
editor.set_use_modal_editing(true);
editor.set_current_line_highlight(Some(CurrentLineHighlight::None));
editor.set_completion_provider(Some(make_completion_provider()));
if focus {