15 lines
495 B
Plaintext
15 lines
495 B
Plaintext
# 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 -a kitty.app -n
|
|
cmd - return : open -a Brave\ Browser.app -n
|
|
cmd - s : open -a kitty.app -n --args htop
|
|
|
|
# shortcuts to scripts/procs
|
|
# cmd - zxcv : path/to/script.sh
|
|
|