commit 3b6399bb8bf106add40fae123a876968507684ad
parent d82cf85ef208c35d55befd970ee5376296313ad5
Author: ryukamish <[email protected]>
Date: Thu, 25 Jun 2026 14:11:42 +0530
fix: launch with ctrl+f not ctrl+shift+f
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.zshrc b/.zshrc
@@ -173,7 +173,7 @@ bindkey '^[[1;3D' backward-word # Alt + Left
# cd into a directory with fzf
source <(fzf --zsh)
-bindkey -s '^F' '~/.local/bin/tmux-sessionizer\n'
+bindkey -s '^f' '~/.local/bin/tmux-sessionizer\n'
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
# ┃ Alias ┃