summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2018-03-25 11:37:08 +1100
committerMaxime Coste <mawww@kakoune.org>2018-03-25 11:39:26 +1100
commitbeb2cef7f9ed823dca40088c6fdc2835c46b7943 (patch)
tree2c409cc25ba995f88448a2e3acb3e36feeac31f4 /src
parentec7f3738ee08fa3c2e095d29dcb61eab37ba434f (diff)
Document rotate selection breaking change in startup message
Diffstat (limited to 'src')
-rw-r--r--src/main.cc3
1 files changed, 2 insertions, 1 deletions
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 <a-w> instead of W for consistency\n";
+" * WORD text object moved to <a-w> instead of W for consistency\n"
+" * rotate main selection moved to ), rotate content to <a-)>, ( for backward\n";
struct startup_error : runtime_error
{