mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
feat(fish): add function to switch to Aerospace windows
This commit is contained in:
4
config/fish/functions/ff.fish
Normal file
4
config/fish/functions/ff.fish
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# ff
|
||||||
|
function ff --description "Switch to Aerospace window"
|
||||||
|
aerospace list-windows --all | fzf --bind 'enter:execute(bash -c "aerospace focus --window-id {1}")+abort'
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user