Skip to content

Commit 6b16c77

Browse files
committed
fix: fix remove marker binding clashing with some timeline selectors
1 parent 3d41c7d commit 6b16c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

definitions/global.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ return {
8282
["<M-N>"] = "FxShowPrevSel",
8383
["dr"] = "RemoveRegion",
8484
["mi"] = "MarkerInsert",
85-
["di"] = "RemoveMarker",
85+
["dm"] = "RemoveMarker",
8686
["!"] = "ToggleLoop",
8787
["<SPC>"] = { "+leader commands", {
8888
["<SPC>"] = "ShowActionList",

0 commit comments

Comments
 (0)