LF, Kitty, Image Previews

- added ctpv into Brewfile (image previews in terminal)
- added lf config to use ctpv for previews
- updated hammerspoon to use Kitty terminal instaed of iTerm2
This commit is contained in:
Tony Miller 2025-10-03 04:11:27 +10:00
parent 798bc852e0
commit 9974c31d5e
3 changed files with 8 additions and 1 deletions

View File

@ -29,6 +29,7 @@ brew "yt-dlp"
brew "fnm"
brew "go"
brew "kitty"
brew "ctpv"
cask "alfred"
cask "bbedit"

View File

@ -19,9 +19,15 @@ set ifs "\n"
# leave some space at the top and the bottom of the screen
set scrolloff 10
set previewer ctpv
set cleaner ctpvclear
&ctpv -s $id
&ctpvquit $id
# Use the `dim` attribute instead of underline for the cursor in the preview pane
set cursorpreviewfmt "\033[7;2m"
#set icons
# define a custom 'open' command

View File

@ -18,7 +18,7 @@ local APPS = {
messengers = {{"Messages"}, {"Telegram"}, {"Signal"}},
music = {DEFAULTS["MUSIC"], {"Music"}},
calendar = {"Calendar"},
terminal = {"iTerm", "iTerm2"},
terminal = {"Kitty", "kitty"},
videocalls = {}
}