summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-06-25 14:11:42 +0530
committerryukamish <[email protected]>2026-06-25 14:11:42 +0530
commit3b6399bb8bf106add40fae123a876968507684ad (patch)
treeb9c9b471da781ade4ed8255df4bfd0f7af11b2a3 /.zshrc
parentd82cf85ef208c35d55befd970ee5376296313ad5 (diff)
fix: launch with ctrl+f not ctrl+shift+f
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
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 ┃