mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
5 lines
175 B
Fish
5 lines
175 B
Fish
# 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
|