kakoune/TODO

24 lines
529 B
Plaintext
Raw Normal View History

2011-11-08 20:03:52 +01:00
High Priority
-------------
2012-10-16 18:46:06 +02:00
* multiple window support
2011-11-08 20:03:52 +01:00
Medium Priority
---------------
* tweak editing model, some behaviours are not intuitive, maybe a line
wise mode will be needed after all.
2012-10-16 18:46:06 +02:00
* encoding: support different encoding for files, make utf8 implementation
more robust
2011-11-08 20:03:52 +01:00
2012-10-16 18:46:06 +02:00
* key binding support
* configurable insert mode completion support
2012-11-23 13:41:17 +01:00
* File loading optimizations: loading big files is sloooooooow
take a look at mmap
* pasting big chunks of text from the terminal is slooooow as well
optimize that.