phi
phi copied to clipboard
phi: gpu accelerated code-editor; definitely not to be confused phonetically with vi.
at the moment, there is an object to specify configuration but there is no way of reading config files from disk and applying the configuration changes.
text should be select-able with shift arrow combo. this should create a marker on the text which creates a selection. actions can be performed on the selections.
pressing ctrl+n should trigger the command palette to show with the input: $ new

will update this when im more awake
the editor is purely keyboard based. mouse support should be added, specifically: * clicking to move the cursor around * click and drag to make selections (depends on #47)