Skip to content

Commit

Permalink
feat(fish): use alt+t for fzf file search
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Feb 1, 2024
1 parent 82dd5aa commit 45ad8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ set -gx FZF_ALT_C_COMMAND 'fd --type directory \
--exclude "Library" \
--exclude "Music" '

set -gx FZF_CTRL_T_COMMAND 'fd --type file \
set -gx FZF_ALT_T_COMMAND 'fd --type file \
--exclude ".git" \
--exclude "venv*" \
--exclude "*node_modules*" \
Expand Down

0 comments on commit 45ad8ba

Please sign in to comment.