-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
C-enhancementCategory: ImprovementsCategory: Improvements
Description
I wanted to create a key mapping that applies in [keys.normal], [keys.select], and [keys.insert] mode.
Specifically:
# Copy the file's relative path into the clipboard (match Zed)
Cmd-k = { p = ":sh echo %{buffer_name} |pbcopy" }I had to duplicate this 3 times to add the functionality which is really bad coding practice since fixing a bug now needs to happen in 3 places (Sadly, yes, I've been known to write many a bug in a single line of code...).
It would be nice to place this in the [keys] section and have it apply to all 3 modes.
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: ImprovementsCategory: Improvements