From ebabb52d048c30589c7844b541c7a39157d86211 Mon Sep 17 00:00:00 2001 From: dhutty Date: Tue, 21 Nov 2017 13:33:39 -0500 Subject: [PATCH] Answer a FAQ --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index ff28f4a2..edd0e062 100644 --- a/readme.md +++ b/readme.md @@ -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