How can I to remap incremental search (C-s) to C-f in Emacs?
I try to do (global-set-key (kbd \"C-f\") \'isearch-forward) but the
(global-set-key (kbd \"C-f\") \'isearch-forward)
(define-key isearch-mode-map "\C-f" 'isearch-repeat-forward)