# helpers
cmd open-with-gui &$@ $fx # opens asynchronously, intended for GUI applications
cmd open-with-cli $$@ $fx # opens synchronously, intended for CLI/TUI applications
+cmd chdir cd "$@"
# options per location
setlocal ~ sortby name
map tt touchfile
# c = change
+map cd push :cd<space>
map cw : rename
map cm selected-to-new-folder
map cy yank-file $printf '%s' "$f" | wl-copy -p -n
map gc cd ~/.config
map gd cd ~/dotfiles
map gf :fzf_search
+map gl cd ~/.local
map gL follow-link
map gm cd /media
map gM cd /mnt