From 0c75a6799da906fcb62c24f426acd32eb3213cf1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 22 May 2023 22:45:52 +0100 Subject: [PATCH] feat: add keybinding for the `t` function --- home-manager/modules/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-manager/modules/zsh.nix b/home-manager/modules/zsh.nix index 08d22d1..ff47667 100644 --- a/home-manager/modules/zsh.nix +++ b/home-manager/modules/zsh.nix @@ -19,6 +19,8 @@ zstyle ":completion:*" matcher-list "" "m:{a-zA-Z}={A-Za-z}" "r:|=*" "l:|=* r:|=*" autoload -Uz compinit && compinit + bindkey -s ^f "t\n" + clear-ls-all() { clear exa -al