branch: elpa/subed commit 34caefb8932d9ce3536ac3e0b0f45e9983787daf Author: Random User <rnd...@posteo.de> Commit: Random User <rnd...@posteo.de>
Explain usage of prefix argument when adjusting/moving --- README.org | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index f91cc5a..54c4bf7 100644 --- a/README.org +++ b/README.org @@ -13,8 +13,12 @@ subed is still alpha software. Expect it to kill your Emacs session. subtitle's text. - Insert (~M-i~) and kill (~M-k~) subtitles. - Freely adjust subtitle start (~M-[~ / ~M-]~) and stop (~M-{~ / ~M-}~) time. - - Freely move current subtitle or all marked subtitles forward or backward in - time without changing subtitle duration (~C-M-n~ / ~C-M-p~). + A prefix argument sets the number of milliseconds for the current session + (e.g. ~C-u 1000 M-[ M-[ M-[~ decreases start time by 3 seconds). + - Freely move the current subtitle or all marked subtitles forward (~C-M-n~) + or backward (~C-M-p~) in time without changing subtitle duration. A prefix + argument sets the number of milliseconds for the current session (e.g. ~C-u + 500 C-M-n C-M-n~ moves the current subtitle 1 second forward). - Sort and re-number subtitles and remove any extra spaces and newlines (~M-s~).