clemera / ctrlf

⌨️ Emacs finally learns how to ctrl+F

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CTRLF

CTRLF (pronounced "control F") is an intuitive and efficient solution for single-buffer text search in Emacs, replacing packages such as:

Documentation will come when the basic features have been implemented. Usage is as follows. First install with straight.el:

(straight-use-package
  '(ctrlf :host github :repo "raxod502/ctrlf"))

Then turn on ctrlf-mode to remap the bindings of Isearch (by default C-s, C-r, C-M-s, C-M-r, M-s w, M-s _, M-s .) to use CTRLF instead of Isearch.

About

⌨️ Emacs finally learns how to ctrl+F

License:MIT License


Languages

Language:Emacs Lisp 65.0%Language:Makefile 19.5%Language:Shell 13.9%Language:Dockerfile 1.5%