aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix b/nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix
index 1c842d6..53f740c 100644
--- a/nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix
+++ b/nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix
@@ -9,6 +9,7 @@
defaultKeymap = "viins";
initExtra = ''
source ${config.home.homeDirectory}/.p10k.zsh
+ bindkey '^ ' autosuggest-accept
'';
shellAliases = {
l = "ls -l";