On Mon, Feb 06, 2006 at 05:34:12PM -0700, Matthew Gilbert wrote:
On Feb 6, 2006, at 5:17 PM, Dominic Mitchell wrote:
Is it possible to change the key binding for completion, everywhere? Unfortunately, I'm a converting Emacs user, and very used to hitting Alt-/ to do completion...
I had a brief look in the manual, but I couldn't see an obvious way to do this.
The appendix details how to modify ~/Library/KeyBindings/ DefaultKeyBinding.dict. I modified the completion key with the following:
"^n" = "nextCompletion:";
Hmmm, I tried putting this in there, but it didn't seem to work.
"@/" = "nextCompletion:";
Instead, it still runs comment-line. Any idea where I could find that binding and move it? Perhaps it would be easier to just retain my fingers. :-)
-Dom