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
Matouš Dzivjak fdb9a1677b
feat(editor): add config for search wrap_around (#1516)
* feat(editor): add config for search wrap_around

Fixes: https://github.com/helix-editor/helix/issues/1489

* Move search settings into separate config

* Disable linter
2 years ago
..
ui feat(editor): add config for search wrap_around (#1516) 2 years ago
application.rs Don't use block_on in jobs.finish(), we can .await 2 years ago
args.rs Allow specifying file start position (#445) 2 years ago
commands.rs feat(editor): add config for search wrap_around (#1516) 2 years ago
compositor.rs Prevent multiple code action popups 2 years ago
config.rs Put some tests behind #[cfg(test)] (#1459) 3 years ago
job.rs Don't use block_on in jobs.finish(), we can .await 2 years ago
keymap.rs Show infobox with register contents 2 years ago
lib.rs Assume true color support on Windows 3 years ago
main.rs Allow specifying file start position (#445) 2 years ago