# ref: built-in keywords, https://github.com/koekeishiya/skhd/issues/1

# vim-like left/right movements for navigating tabs
cmd - h              : $(which skhd) -k "ctrl + shift - tab"
cmd - l              : $(which skhd) -k "ctrl - tab"

# shortcuts to open programs
cmd - return         : open -n -a kitty.app --args --override macos_quit_when_last_window_closed=yes
cmd + shift - b      : open -n -a Brave\ Browser.app
cmd - s              : open -n -a kitty.app --args --override macos_quit_when_last_window_closed=yes htop
cmd - b              : open -n -a kitty.app --args --override macos_quit_when_last_window_closed=yes bookmark-find

# shortcuts to scripts/procs
# cmd - zxcv           : path/to/script.sh

