From 9eac96eb12f3627b33dbe83f980f19bacbba4514 Mon Sep 17 00:00:00 2001 From: Amir Hossein Date: Thu, 9 Nov 2023 23:10:08 +0330 Subject: [PATCH] Fix command name --- src/static/clippy/2-normal_mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/clippy/2-normal_mode.md b/src/static/clippy/2-normal_mode.md index 272ac4ca..82362f56 100644 --- a/src/static/clippy/2-normal_mode.md +++ b/src/static/clippy/2-normal_mode.md @@ -31,7 +31,7 @@ Tridactyl uses a similar notation to Vim for keys with modifiers: `` means * `` sends the next keystroke to the current website, bypassing bindings -All the keys in normal mode are bound to commands; for example, `j` is bound to `scrolline 10`. If you are ever curious as to what a key sequence does in normal mode, you can simply use `:bind [keys]` and the command line will tell you to which command they are bound. +All the keys in normal mode are bound to commands; for example, `j` is bound to `scrollline 10`. If you are ever curious as to what a key sequence does in normal mode, you can simply use `:bind [keys]` and the command line will tell you to which command they are bound. ## Browser-wide binds