mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 03:12:27 +01:00
made selecting messages in muttator faster when holding j or k
This commit is contained in:
@@ -87,6 +87,9 @@ liberator.config = {
|
||||
liberator.mappings.add([liberator.modes.NORMAL],
|
||||
["o"], "Open a message",
|
||||
function () { liberator.commandline.open(":", "open ", liberator.modes.EX); });
|
||||
|
||||
// don't wait too long when selecting new messages
|
||||
GetThreadTree()._selectDelay = 250; // TODO: make configurable
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user