Skip to content

Commit

Permalink
fix: fix remove marker binding clashing with some timeline selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
gwatcha committed May 28, 2020
1 parent 3d41c7d commit 6b16c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions/global.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ return {
["<M-N>"] = "FxShowPrevSel",
["dr"] = "RemoveRegion",
["mi"] = "MarkerInsert",
["di"] = "RemoveMarker",
["dm"] = "RemoveMarker",
["!"] = "ToggleLoop",
["<SPC>"] = { "+leader commands", {
["<SPC>"] = "ShowActionList",
Expand Down

0 comments on commit 6b16c77

Please sign in to comment.