feat(fish): add function to switch to Aerospace windows

This commit is contained in:
Stefan Imhoff
2024-11-22 16:18:07 +01:00
parent f39ec17675
commit b4fb2d8fe8

View 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