diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 17:00:37 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 17:00:37 +0100 |
commit | c9796a31415dee3ac3745f6b4c0792d7a9da313b (patch) | |
tree | c31160c4514ab562caefab8e060a26d729ef0b97 /ReleaseNotes.adoc | |
parent | 9bd6cbf4bdfc0e228628f56614ce98279a957bc6 (diff) | |
download | weechat-c9796a31415dee3ac3745f6b4c0792d7a9da313b.zip |
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`
Diffstat (limited to 'ReleaseNotes.adoc')
-rw-r--r-- | ReleaseNotes.adoc | 21 |
1 files changed, 21 insertions, 0 deletions
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 |