|
From: | Tyler |
Subject: | Re: keybindings for c-i and tab |
Date: | Thu, 16 Nov 2006 14:03:57 GMT |
User-agent: | Icedove 1.5.0.7 (X11/20061013) |
Juanma Barranquero wrote:
That's not good. I use tab for completion and auto-fill, or at least I did until I discovered it conflicted with my intended use of C-i. So am I correct in assuming that I can't bind anything to C-i without also binding it to tab, unless I elect to turn off tab entirely with your solution?You can (define-key function-key-map [tab] nil) But then, many functions bound to C-I (like completion, or automatic indentation) won't work with the tab key. You'll have to type C-I. Not very pretty.
Thanks for the quick response, Tyler
[Prev in Thread] | Current Thread | [Next in Thread] |