mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 23:24:12 +01:00
Typo fixes.
--HG-- extra : rebase_source : ae1f5592e46693439e561f82fdf14b33885071e6
This commit is contained in:
@@ -749,7 +749,7 @@ const Editor = Module("editor", {
|
||||
{ arg: true, count: true });
|
||||
|
||||
mappings.add([modes.TEXT_EDIT, modes.VISUAL],
|
||||
["F"], "Move to a charater on the current line before the cursor",
|
||||
["F"], "Move to a character on the current line before the cursor",
|
||||
function (count, arg) {
|
||||
let pos = editor.findCharBackward(arg, count);
|
||||
if (pos >= 0)
|
||||
|
||||
Reference in New Issue
Block a user