mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
nmode: mention in doc that unbound keys are counted
This commit is contained in:
parent
7a15db4f98
commit
271d6c4640
1 changed files with 2 additions and 1 deletions
|
@ -4210,7 +4210,8 @@ export async function gobble(nChars: number, endCmd: string) {
|
|||
*
|
||||
* Example: `:nmode normal 1 mode ignore`
|
||||
* This looks up the next key sequence in the normal mode bindings, executes it, and switches the mode to `ignore`.
|
||||
* If the key sequence does not match a binding, it will be silently passed through to Firefox.
|
||||
* If the key sequence does not match a binding, it will be silently passed through to Firefox, but it will be counted
|
||||
* for the termination condition.
|
||||
*/
|
||||
//#content
|
||||
export async function nmode(mode: string, n: number, ...endexArr: string[]) {
|
||||
|
|
Loading…
Add table
Reference in a new issue