diff --git a/src/main.cc b/src/main.cc index 3ac73b42..c9ea0d5b 100644 --- a/src/main.cc +++ b/src/main.cc @@ -49,7 +49,8 @@ static const char* startup_info = " * 'l' on eol will go to next line, 'h' on first char will go to previous\n" " * selections merging behaviour is now a bit more complex again\n" " * 'x' will only jump to next line if full line is already selected\n" -" * WORD text object moved to instead of W for consistency\n"; +" * WORD text object moved to instead of W for consistency\n" +" * rotate main selection moved to ), rotate content to , ( for backward\n"; struct startup_error : runtime_error {