mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 10:37:59 +01:00
Doc fixes.
This commit is contained in:
@@ -1200,7 +1200,7 @@ var Editor = Module("editor", XPCOM(Ci.nsIEditActionListener, ModuleBase), {
|
||||
});
|
||||
|
||||
mappings.add([modes.VISUAL],
|
||||
["o"], "Focus the other end of the selection",
|
||||
["o"], "Move cursor to the other end of the selection",
|
||||
function () {
|
||||
if (editor.isTextEdit)
|
||||
var selection = editor.selection;
|
||||
|
||||
Reference in New Issue
Block a user