We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230fc49 commit f5f0b9eCopy full SHA for f5f0b9e
bin/fzf-preview.sh
@@ -64,7 +64,7 @@ elif command -v chafa > /dev/null; then
64
# 3. If chafa is not found but imgcat is available, use it on iTerm2
65
elif command -v imgcat > /dev/null; then
66
# NOTE: We should use https://iterm2.com/utilities/it2check to check if the
67
- # user is running iTerm2. But for the sake of simplicty, we just assume
+ # user is running iTerm2. But for the sake of simplicity, we just assume
68
# that's the case here.
69
imgcat -W "${dim%%x*}" -H "${dim##*x}" "$file"
70
typos.toml
@@ -4,6 +4,7 @@ ba = "ba"
4
fo = "fo"
5
enew = "enew"
6
tabe = "tabe"
7
+Iterm = "Iterm"
8
9
[files]
10
extend-exclude = ["README.md"]
0 commit comments