Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradIrwin committed Jun 24, 2011
1 parent a53a71c commit b26117e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foreground/modes.js
Expand Up @@ -35,7 +35,7 @@ function mode(normal, focussed) {
},
"'": input.activate("mark", "'"),
"`": input.activate("mark", "`"),
"\\": input.activate("search", "\\")
";": input.activate("search", ";")
}, {
"<esc>": function () {
document.activeElement.blur();
Expand Down

0 comments on commit b26117e

Please sign in to comment.