<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div> I'm trying to rebind ^j to insertNewline. I've tried the following:<div><br></div><div> 1: cp /Applications/TextMate.app/Contents/Resources/KeyBindings.dict ~/Library/Application\ Support/TextMate/</div><div> 2: edit the local copy and change ^j to map to insertNewline:</div><div><br></div><div><br></div><div><div>diff /Applications/TextMate.app/Contents/Resources/KeyBindings.dict ~/Library/Application\ Support/TextMate/KeyBindings.dict</div><div>63c63</div><div>< <span class="Apple-tab-span" style="white-space: pre; "> </span>"^j" = "reformatTextAndJustify:";</div><div>---</div><div>> <span class="Apple-tab-span" style="white-space: pre; "> </span>"^j" = "insertNewline:"; </div><div><br></div><div> 3: restart TextMate, but ^j is still bound to Reformat & Justify</div><div><br></div><div> I also tried removing /Applications/TextMate.app/.../KeyBindings.dict, but that didn't help either. I'm using TextMate Version 1.5.7 (1436) on <span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 11px; ">Mac OS X 10.5.5 (9F33)</span></div><div><font class="Apple-style-span" face="'Lucida Grande'" size="3"><span class="Apple-style-span" style="font-size: 11px; "><br></span></font></div><div><font class="Apple-style-span" face="'Lucida Grande'" size="3"><span class="Apple-style-span" style="font-size: 11px; "> Any ideas?</span></font></div><div><br></div></div><div>-- </div><div><div apple-content-edited="true"><span class="Apple-style-span" style="font-family: Helvetica; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Peter McLain</div></div></div></span></div></div></body></html>