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

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

replace C-s with C-f


From: Bruce Ingalls
Subject: replace C-s with C-f
Date: Mon, 17 Feb 2003 18:31:39 GMT
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2) Gecko/20021127

I bound C-f to isearch-forward, as follows:

  (global-set-key [(control s)] 'save-buffer)
  (global-set-key [(control f)] 'isearch-forward)

The bindings work, but when I want to continue a search,
by hitting C-f again, it instead stops & restarts the search.

C-g is generally bound to continuing a search, but I'd rather not
go that route.

What is the best way to handle this?



reply via email to

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