8 lines
263 B
Text
8 lines
263 B
Text
# open terminal, blazingly fast compared to iTerm/Hyper
|
|
cmd - return : /Applications/kitty.app/Contents/MacOS/kitty --single-instance -d ~
|
|
|
|
# open qutebrowser
|
|
cmd + shift - return : ~/Scripts/qtb.sh
|
|
|
|
# open mpv
|
|
cmd - m : open -na /Applications/mpv.app $(pbpaste)
|