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

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

remapping C-s


From: Rafal Kurcz
Subject: remapping C-s
Date: Wed, 26 Mar 2008 08:48:15 -0700 (PDT)
User-agent: G2/1.0

Hello
I'm used to C-f key combination when searching for a string.
Emacs has a default C-s key combination for that.

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 ?

thank You for help


reply via email to

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