diakonos
diakonos copied to clipboard
Diakonos is a console text editor for the masses.
Options: - always - never - when at first non-whitespace character of the current line
Feature request: A nice view of key mappings; essentially an automatically constructed cheat sheet.
When grepping-as-you-type, the interface locks up after each keystroke. Make the grep asynchronous, so this UX problem doesn't occur. Use a spinner or something, perhaps. Make it apply to all...
STR: 1. Open a file 2. Position the cursor somewhere specific 3. Make an external change to that file (outside of Diakonos) 4. Type a letter or some other character...
Remove "whole word" restriction, so that help topics/files can show up sooner.
1. Put this line in a new buffer: `class SomeClass < SomeParentClass` 2. Set the file type to ruby. 3. Put the cursor on the `S` of `SomeClass`. 4. Press...
Doing something while indentation of multiple lines is in progress causes breakage.