- Subject: Re: [jed-users] Possible FAQ - turn tab indenting off
 
- From: Marc Haber <mh+jed-users@xxxxxxxxxxxx>
 
- Date: Mon, 27 Jun 2016 13:39:40 +0200
 
On Sun, Jun 26, 2016 at 09:56:01PM +0200, Manfred Hanke wrote:
> On 26.06.2016 21:18, Marc Haber wrote:
> > Probably not, Home and End don't move the cursor at all (which I'd
> > love to map to ^A and ^E).
> 
> I have the following in my ~/.jedrc (from times when I also used konsole):
> 
> require("keydefs");
That pulls in the symbolic meanings of Key_Home et al?
> setkey("delete_char_cmd", Key_Del);
In my terminal Del deletes the character under cursor and Backspace
deletes left from cursor, which is the expected behavior. Which change
would this setkey command mean?
> setkey("bol", Key_Home);
> setkey("eol", Key_End);
I used to have
   setkey("beg_of_line", "^[[H");
   setkey("eol_cmd", "^[[F");
here, which seems to have lost its functionality over the years.
replacing those two lines with your
   setkey("bol", Key_Home);
   setkey("eol", Key_End);
put my home and end keys to business again.
Ebenfalls schöne Grüße
Marc
-- 
-----------------------------------------------------------------------------
Marc Haber         | "I don't trust Computers. They | Mailadresse im Header
Leimen, Germany    |  lose things."    Winona Ryder | Fon: *49 6224 1600402
Nordisch by Nature |  How to make an American Quilt | Fax: *49 6224 1600421
_______________________________________________
For list information, visit <http://jedsoft.org/jed/mailinglists.html>.
  [2016 date index]
  [2016 thread index]
  
  [Thread Prev] [Thread Next]
      
  [Date Prev] [Date Next]