helix-mirror/helix-term/src
Matouš Dzivjak a4641a8613
feat(commands): sort command (#1288)
* feat(commands): sort/rsort  command

Add basic implementation of sort command.

* Sort by selections instead, implement reverse sort

* Generate docs

* Rename sort! to rsort
2021-12-27 13:11:06 +09:00
..
ui Update settings at runtime (#798) 2021-12-26 10:04:33 +09:00
application.rs feat(lsp): configurable diagnostic severity (#1325) 2021-12-25 14:32:43 +09:00
args.rs Implement hx --tutor and :tutor to load tutor.txt (#898) 2021-10-28 10:23:46 +09:00
commands.rs feat(commands): sort command (#1288) 2021-12-27 13:11:06 +09:00
compositor.rs Macros (#1234) 2021-12-12 21:16:48 +09:00
config.rs Launch with defaults upon invalid config/theme (#982) 2021-11-07 00:57:14 +09:00
job.rs Drop some &mut bounds where & would have sufficed 2021-09-06 15:25:46 +09:00
keymap.rs Rename play macro to replay macro 2021-12-27 10:13:18 +09:00
lib.rs Assume true color support on Windows 2021-12-14 00:48:45 +09:00
main.rs revert log truncation (#895) (#1130) 2021-11-19 13:26:39 +09:00