helix-mirror/helix-view/src
Cole Helbling 87e61a0894
helix-term/commands: implement cquit (#1096)
This allows you to exit helix with an exit code, e.g. `:cq 2`.
2021-11-15 13:06:12 +09:00
..
clipboard.rs log syntax highlighting init errors (#895) 2021-10-23 21:52:18 +09:00
document.rs Implement "Goto last modification" command (#1067) 2021-11-15 00:11:53 +09:00
editor.rs helix-term/commands: implement cquit (#1096) 2021-11-15 13:06:12 +09:00
graphics.rs feat: Default theme palette using 16 terminal colors 2021-09-05 12:42:03 +09:00
info.rs Implement key ordering for info box 2021-11-03 11:56:55 +09:00
input.rs Implement key ordering for info box 2021-11-03 11:56:55 +09:00
keyboard.rs Implement key ordering for info box 2021-11-03 11:56:55 +09:00
lib.rs Replace documents SlotMap with BTreeMap 2021-11-04 13:43:45 +09:00
macros.rs Replace documents SlotMap with BTreeMap 2021-11-04 13:43:45 +09:00
theme.rs Update to rust 1.56 + 2021 edition 2021-10-22 12:15:18 +09:00
tree.rs Add commands for moving between splits with a direction (#860) 2021-10-23 20:06:40 +09:00
view.rs search_impl will only align cursor center when it isn't in view (#959) 2021-11-09 11:11:45 +09:00