Skip to content
/ ctrlf Public
forked from radian-software/ctrlf

⌨️ Emacs finally learns how to ctrl+F

License

Notifications You must be signed in to change notification settings

werme/ctrlf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 86.0%
  • Makefile 7.8%
  • Shell 5.6%
  • Dockerfile 0.6%