-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
A-helix-termArea: Helix term improvementsArea: Helix term improvementsC-enhancementCategory: ImprovementsCategory: ImprovementsS-needs-discussionStatus: Needs discussion or design.Status: Needs discussion or design.
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.
matoous, 6lj6, santhosh-tekuri, aspizu, rcorre and 67 more
Metadata
Metadata
Assignees
Labels
A-helix-termArea: Helix term improvementsArea: Helix term improvementsC-enhancementCategory: ImprovementsCategory: ImprovementsS-needs-discussionStatus: Needs discussion or design.Status: Needs discussion or design.