Skip to content

Commit 0733ad5

Browse files
Rokt33rmarijnh
authored andcommitted
[sublime bindings] Don't bind transposeChar on OS X
1 parent b4ec855 commit 0733ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keymap/sublime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
});
295295
};
296296

297-
map[ctrl + "T"] = "transposeChars";
297+
if (!mac) map[ctrl + "T"] = "transposeChars";
298298

299299
function sortLines(cm, caseSensitive) {
300300
if (cm.isReadOnly()) return CodeMirror.Pass

0 commit comments

Comments
 (0)