summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorRyan Gibb <ryangibb321@gmail.com>2022-03-07 16:29:00 +0000
committerRyan Gibb <ryangibb321@gmail.com>2022-03-07 16:29:00 +0000
commit34b5dd453b13c2c09334e3def42416b5b2442a0a (patch)
tree7d6ec4bb1fbaf3f00ca82252b77cbe8626b9326d /nixos/doc
parent42b833c43eb892fcdd8049c55c77a59f86682c77 (diff)
downloadnixpkgs-34b5dd453b13c2c09334e3def42416b5b2442a0a.tar
nixpkgs-34b5dd453b13c2c09334e3def42416b5b2442a0a.tar.gz
nixpkgs-34b5dd453b13c2c09334e3def42416b5b2442a0a.tar.bz2
nixpkgs-34b5dd453b13c2c09334e3def42416b5b2442a0a.tar.lz
nixpkgs-34b5dd453b13c2c09334e3def42416b5b2442a0a.tar.xz
nixpkgs-34b5dd453b13c2c09334e3def42416b5b2442a0a.tar.zst
nixpkgs-34b5dd453b13c2c09334e3def42416b5b2442a0a.zip
nixos/zsh-autosuggestions: ZSH_AUTOSUGGEST_STRATEGY array
zsh-autosuggestions supports having fallback strategies expressed
through the ZSH_AUTOSUGGEST_STRATEGY array. For example,
`ZSH_AUTOSUGGEST_STRATEGY=(history completion)`. We should also support
this.
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml6
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md2
2 files changed, 8 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index 27fbd68a6f3..1ad1a8e3a36 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -848,6 +848,12 @@
       </listitem>
       <listitem>
         <para>
+          <literal>programs.zsh.autosuggestions.strategy</literal> now
+          takes a list of strings instead of a string.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           The <literal>services.unifi.openPorts</literal> option default
           value of <literal>true</literal> is now deprecated and will be
           changed to <literal>false</literal> in 22.11. Configurations
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index 388ddc67fb2..bf66e66da62 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -278,6 +278,8 @@ In addition to numerous new and upgraded packages, this release has the followin
   combined `influxdb2` package is still provided in this release for
   backwards compatibilty, but will be removed at a later date.
 
+- `programs.zsh.autosuggestions.strategy` now takes a list of strings instead of a string.
+
 - The `services.unifi.openPorts` option default value of `true` is now deprecated and will be changed to `false` in 22.11.
   Configurations using this default will print a warning when rebuilt.