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