Merge pull request #103 from dhutty/patch-1

Answer a FAQ
This commit is contained in:
Oliver Blanthorn 2017-11-21 20:08:21 +00:00 committed by GitHub
commit 097e19e16f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,6 +76,8 @@ A pre-commit hook is added by `npm install` that simply runs `npm test`. If you
Ask in `#tridactyl` on [matrix.org][matrix-link], freenode, or [gitter][gitter-link]. We're friendly!
Default keybindings are currently best discovered by reading the source for the [normal mode parser](./src/parsers/normalmode.ts).
Development notes are in the doc directory, but they're mostly out of date now. Code is quite short and not *too* badly commented, though.
## Principles and objectives