diff options
| author | kdam0 <me@kumardamani.net> | 2023-04-07 18:38:35 +0000 |
|---|---|---|
| committer | kdam0 <me@kumardamani.net> | 2023-04-07 18:38:35 +0000 |
| commit | 092e02e3216009e7d499bb64f644848fba3385b5 (patch) | |
| tree | d9828c0d364f04f7b9f6707d239803891056ffc9 | |
| parent | 5537001feb9793c69c39696fcb03614912bedcb7 (diff) | |
remapping bindkey for zsh
| -rw-r--r-- | nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix | 1 |
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"; |
