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:";
Ah, cool. I knew that I was missing something. Thanks very much, I'll give that a go when I get home tonight.
-Dom