You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/helix-term/src
Skyler Hawthorne f486f34ebe
flush writes on force quit (#4397)
When force quitting, we need to block on the pending writes to ensure
that write commands succeed before exiting, and also to avoid a crash
when all the views are gone before the auto format call returns from
the LS.
2 years ago
..
commands flush writes on force quit (#4397) 2 years ago
keymap Change diagnostic picker keybind to <space>d (#4229) 2 years ago
ui Autosave all when the terminal loses focus (#3178) 2 years ago
application.rs Autosave all when the terminal loses focus (#3178) 2 years ago
args.rs Fix confusion with using --hsplit --vsplit on startup at same time (#4202) 2 years ago
commands.rs chore(view): remove indent_unit helper fn (#4389) 2 years ago
compositor.rs Editor::flush_writes returns an error 2 years ago
config.rs Move top level lsp config to editor.lsp (#1868) 2 years ago
health.rs Show clipboard info in --health output (#2947) 2 years ago
job.rs remove Callback::Compositor variant 2 years ago
keymap.rs Improve keymap errors from command typos (#3931) 2 years ago
lib.rs Add refresh-config and open-config command (#1803) 2 years ago
main.rs document should save even if formatter fails 2 years ago