help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: remapping C-s


From: Drew Adams
Subject: RE: remapping C-s
Date: Wed, 26 Mar 2008 13:33:59 -0700

> I put the following into my ~/.emacs file:
> (global-set-key "\C-f" 'isearch-forward)
> 
> In general it works fine. Unfortunately it does not work
> when I press C-f twice to search the previous pattern again.
> How should I configure emacs to do that ?

(define-key isearch-mode-map "\C-f" 'isearch-repeat-forward)

Have a look in library isearch.el for related information.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]