diff options
| author | ryukamish <[email protected]> | 2026-06-25 14:11:42 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-06-25 14:11:42 +0530 |
| commit | 3b6399bb8bf106add40fae123a876968507684ad (patch) | |
| tree | b9c9b471da781ade4ed8255df4bfd0f7af11b2a3 /.zshrc | |
| parent | d82cf85ef208c35d55befd970ee5376296313ad5 (diff) | |
fix: launch with ctrl+f not ctrl+shift+f
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ┃ |
