Skip to content

Commit

Permalink
Add delete adjacent dupe lines menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlabelle committed Aug 11, 2023
1 parent 3196a96 commit 56e600c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
"id": "remove-blank-spaces",
"caption": "Remove Blank Spaces"
},
{
"command": "delete_adjacent_duplicate_lines",
"id": "delete-adjacent-duplicate-lines",
"caption": "Delete adjacent duplicate lines"
},
{
"caption": "-"
}
Expand Down

0 comments on commit 56e600c

Please sign in to comment.