Skip to content

Commit

Permalink
Fix Single keys; Shouldn't be wrapped in brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
moollaza committed Jul 6, 2015
1 parent 5794ad5 commit f297b21
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions share/goodie/cheat_sheets/sublime-text.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"key":"[Ctrl] [Shift] [F2]",
"val":"Clear all bookmarks"
}, {
"key":"[F2]",
"key":"F2",
"val":"Goto next bookmark"
}],
"View/Window Manipulation": [{
Expand All @@ -90,7 +90,7 @@
"key":"[Ctrl] [K] , [B]",
"val":"Show/Hide Sidebar"
}, {
"key":"[F11]",
"key":"F11",
"val":"Fullscreen"
}, {
"key":"[Shift] [F11]",
Expand Down Expand Up @@ -118,7 +118,7 @@
"key":"[Ctrl] [F]",
"val":"Find"
}, {
"key":"[F3] ",
"key":"F3 ",
"val":"Find Next"
}, {
"key":"[Ctrl] [F3]",
Expand Down Expand Up @@ -148,7 +148,7 @@
"key":"[Ctrl] [Shift] [F]",
"val":"Find in files"
}, {
"key":"[F4]",
"key":"F4",
"val":"Next result (find in files)"
}, {
"key":"[Shift] [F4]",
Expand Down Expand Up @@ -233,7 +233,7 @@
"key":"[Ctrl] [Shift] [Enter]",
"val":"Insert Line Before"
}, {
"key":"[F9] ",
"key":"F9",
"val":"Sort Lines"
}, {
"key":"[Ctrl] [F9]",
Expand Down Expand Up @@ -272,4 +272,4 @@
}
]
}
}
}

0 comments on commit f297b21

Please sign in to comment.