From 3b6399bb8bf106add40fae123a876968507684ad Mon Sep 17 00:00:00 2001 From: ryukamish Date: Thu, 25 Jun 2026 14:11:42 +0530 Subject: fix: launch with ctrl+f not ctrl+shift+f --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index ca1d9f9..ee6768a 100644 --- 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 ┃ -- cgit v1.3