TODO
====

Features:

- B, W commands
- multiple register/buffer handling
- macros
- visual mode (linewise, blockwise)
- ranged commands
- replace mode
- using vim configuration file

Design improvements:

- replace CommandBuffer's conditions with classes of type Command
- TextModificatorTest was disabled due to the VisualMode related refactoring
  (create new Commands tests)
