diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-07-21 07:01:34 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-07-21 07:01:34 +0200 |
commit | 7be168264f101269117ee21e822b0078040e071b (patch) | |
tree | 49e55ccf7008b5527849765b885e114d334baff2 /ReleaseNotes.asciidoc | |
parent | 01c2ef63f55eaab64986feb4790c481e51fab53c (diff) | |
download | weechat-7be168264f101269117ee21e822b0078040e071b.zip |
core: add command /alias in release notes
Diffstat (limited to 'ReleaseNotes.asciidoc')
-rw-r--r-- | ReleaseNotes.asciidoc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ReleaseNotes.asciidoc b/ReleaseNotes.asciidoc index 7cbb18d38..1aedb393a 100644 --- a/ReleaseNotes.asciidoc +++ b/ReleaseNotes.asciidoc @@ -19,6 +19,24 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog] == Version 1.3 (under dev) +=== Alias command + +The command `/alias` has been updated to list, add and remove aliases. +Therefore the command `/unalias` has been removed. + +To add an alias, the argument `add` must be used in command `/alias` before the +name, for example: + +---- +/alias add split /window splith +---- + +And the alias is removed with this command: + +---- +/alias del split +---- + === Script path The option 'script.scripts.dir' has been renamed to 'script.scripts.path' |