From 0d1065e73cbb8ac143c77e9ec532a56b8f6eaaf5 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Wed, 9 Oct 2024 17:46:04 +0100
Subject: [PATCH] Use `t` again

---
 lib/shared/modules/zsh.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/shared/modules/zsh.nix b/lib/shared/modules/zsh.nix
index 8fa18755..40236a25 100644
--- a/lib/shared/modules/zsh.nix
+++ b/lib/shared/modules/zsh.nix
@@ -56,7 +56,7 @@
       zstyle ":completion:*" matcher-list "" "m:{a-zA-Z}={A-Za-z}" "r:|=*" "l:|=* r:|=*"
       autoload -Uz compinit && compinit
 
-      bindkey -s ^f "create-zellij-session\n"
+      bindkey -s ^f "t\n"
       bindkey -s ^v "nvim\n"
 
       clear-ls-all() {