From 3d79395e63255aa8b0991b13dc90e6ad7e6d9d02 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 18 Sep 2017 10:06:41 +0900 Subject: [PATCH] Document custom text object move in breaking changes --- src/main.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.cc b/src/main.cc index 3e970fe7..d741309f 100644 --- a/src/main.cc +++ b/src/main.cc @@ -45,7 +45,8 @@ static const char* startup_info = " * completion_extra_word_char option is now extra_word_chars (note the\n" " plural form) and is used for word selection commands\n" " * selection extending behaviour has been simplified, it now just\n" -" maintain the current anchor and moves the cursor,\n"; +" maintain the current anchor and moves the cursor,\n" +" * Custom text objects are bound to 'c' instead of ':'\n" struct startup_error : runtime_error {