zsh:alias:qmv: Use destination-only edit format

Use the `destination-only` edit format when renaming files with `qmv`.

`dual-column` mode got on my nerves as I tend to forget with side is
source and which is destination. On top, the `swap` option breaks as
soon as I change the length of a filename.

`single-column` mode is useless for me, as I tend to make changes in
visual block mode.
This commit is contained in:
2022-07-13 12:14:39 +02:00
parent 9586533e61
commit d4ee271740

View File

@@ -38,8 +38,9 @@ fi
add_flags feh -.
# Use multiple jobs when making
add_flags make -j
# Bulk renaming with all files and spaces between swapped columns
add_flags qmv -Ao swap,spaces
# Bulk renaming with (almost) all files and directly modifying the
# destination.
add_flags qmv -Af destination-only
# XDG Base Directory Specification
add_flags tmux -f "${XDG_CONFIG_HOME:-$HOME/.config}/tmux/tmux.conf"