From 092e02e3216009e7d499bb64f644848fba3385b5 Mon Sep 17 00:00:00 2001 From: kdam0 Date: Fri, 7 Apr 2023 14:38:35 -0400 Subject: remapping bindkey for zsh --- nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix | 1 + 1 file changed, 1 insertion(+) 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"; -- cgit v1.2.3