helix-mirror/helix-view/src
Cole Helbling b824e091a9
helix-term/commands: move SCRATCH_BUFFER_NAME to helix-view/document (#1091)
This way, the name is accessible everywhere `Document` and related types
are.
2021-11-13 13:15:41 +09:00
..
clipboard.rs log syntax highlighting init errors (#895) 2021-10-23 21:52:18 +09:00
document.rs helix-term/commands: move SCRATCH_BUFFER_NAME to helix-view/document (#1091) 2021-11-13 13:15:41 +09:00
editor.rs Allow piping from stdin into a buffer on startup (#996) 2021-11-10 10:53:14 +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