about summary refs log tree commit diff stats
path: root/nix-conf/home/includes/zsh.nix
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-06-05 15:21:54 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-06-05 15:21:54 +0100
commit5326b5aeb3238ad07e8f47df907ca2c1214a0b11 (patch)
treee7dc17c15c4fbbb593d034c4a21602e77c3f1cb9 /nix-conf/home/includes/zsh.nix
parent70a88e1ac1ec05d7e1f773fd5a44fdfb41a729e6 (diff)
downloaddotfiles-5326b5aeb3238ad07e8f47df907ca2c1214a0b11.tar.gz
enableAutosuggestions -> autosuggestion.enable (zsh)
Diffstat (limited to 'nix-conf/home/includes/zsh.nix')
-rw-r--r--nix-conf/home/includes/zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix
index 49b6b45..4858b62 100644
--- a/nix-conf/home/includes/zsh.nix
+++ b/nix-conf/home/includes/zsh.nix
@@ -29,7 +29,7 @@ in
   programs.zsh = {
     enable = true;
     enableCompletion = true;
-    enableAutosuggestions = true;
+    autosuggestion.enable = true;
     defaultKeymap = "emacs";
     history = {
       size = 100000;
6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
a key that moves through the files in a certian order, like creation-time, newest first.
if the directory content changes, eg files are deleted, delete those files from selection as well.
device is busy even if youre not on the device :<?
specify flags at data/types.rb
add a switch for *.xyz.part -> *.xyz
colors & attributes in help
throbber
undo!!
make sure the user doesn't accidently delete shit
Debug module as an IO stream, for redirection of STDERR
consider using optparse
a special mode that prints the pwd at exit, for use with a bash alias like ranger='cd `ranger --specialmode`'