Minor update to design.md

This commit is contained in:
Colin Caine 2017-02-24 18:56:18 +00:00
parent d3c63f2560
commit ee05e28c09

View file

@ -9,7 +9,7 @@ Principles:
* actions should be composable and repeatable
* ex mode should expose all the browser functionality anyone might want
* Arguable: most (all?) actions should have an ex mode version (departure from Vim?)
* users can map actions and commands to other keys
* users can map and define their own actions and commands
Other objectives:
@ -157,6 +157,8 @@ Do exist:
## Architecture
*This is an early draft and may be entirely replaced.*
ex-commands as functions (typed and with helper functions in some other scope):
* open(url)