Open
Description
Regular commands can be rebound but typable commands (anything entered in command mode, :
) can't be modified in any way.
You might use custom typable commands to implement file operations in conjunction with #3134 for example. You might define :mv
as :sh mv $file $1
or :rm
as :sh rm $1
. (The syntax to use for variables, or whether to use variables at all should be discussed.)
Custom typable commands could also be used to create custom abbreviations for commands.