diff --git a/lib/shared/modules/zsh.nix b/lib/shared/modules/zsh.nix
index 40236a25..8fa18755 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 "t\n"
+      bindkey -s ^f "create-zellij-session\n"
       bindkey -s ^v "nvim\n"
 
       clear-ls-all() {