diff --git a/TODO b/TODO index 45efbe090..a473c0f40 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,15 @@ +New config TODO +=============== + +- Writing _monospace doesn't work correctly (indented too much?) +- How to handle interpolation correctly? Maybe we really should handle interpolation ourselves? + Main problem: When re-writing the value, we don't know about the interpolation anymore, so we write the wrong value. +- Tabbing through setting completion does not work +- Completion only should change models when necessary -> refactor whole model selection logic +- Changing models is awfully slow, maybe we should have a QSFPM for every model and switch between them +- Add correctly working :get and :set commands +- Implement different layers of config options correctly, not only default. + Bugs ====