From c9796a31415dee3ac3745f6b4c0792d7a9da313b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 25 Dec 2022 17:00:37 +0100 Subject: core: move `/input` jump actions to command `/buffer jump` Actions moved to command `/buffer jump`: * `/input jump_smart` -> `/buffer jump smart` * `/input jump_previously_visited_buffer` -> `/buffer jump prev_visited` * `/input jump_next_visited_buffer` -> `/buffer jump next_visited` * `/input jump_last_buffer_displayed` -> `/buffer jump last_displayed` --- ReleaseNotes.adoc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'ReleaseNotes.adoc') diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index 141495128..8aea246e2 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -20,6 +20,27 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog] [[v3.8]] == Version 3.8 (under dev) +[[v3.8_command_input_options]] +=== Options in command /input + +Some options of `/input` command have been moved to other commands (they can +still be used with `/input` but marked as deprecated and completion doesn't +work any more): + +* `/input jump_smart` -> `/buffer jump smart` +* `/input jump_previously_visited_buffer` -> `/buffer jump prev_visited` +* `/input jump_next_visited_buffer` -> `/buffer jump next_visited` +* `/input jump_last_buffer_displayed` -> `/buffer jump last_displayed` + +The following default keys can be reset to use the new command: + +---- +/key reset meta-a +/key reset meta-< +/key reset meta-> +/key reset meta-/ +---- + [[v3.8_return_code_string_comparison_functions]] === Return code of string comparison functions -- cgit v1.2.3