Skip to content

Commit

Permalink
[sublime keymap] Bind sortLines to F5 on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kdekooter authored and marijnh committed Mar 12, 2019
1 parent bb13aa5 commit 6d94103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keymap/sublime.js
Expand Up @@ -589,8 +589,8 @@
"Cmd-/": "toggleCommentIndented",
"Cmd-J": "joinLines",
"Shift-Cmd-D": "duplicateLine",
"F9": "sortLines",
"Cmd-F9": "sortLinesInsensitive",
"F5": "sortLines",
"Cmd-F5": "sortLinesInsensitive",
"F2": "nextBookmark",
"Shift-F2": "prevBookmark",
"Cmd-F2": "toggleBookmark",
Expand Down

0 comments on commit 6d94103

Please sign in to comment.