Navigating your code in Emacs
Navigating in Emacs
It is important to be able to navigate your files easily.
Thanks to the customizability of emacs you can change the default behavior in a few easy steps.
Change your file search to swiper like this:
(global-set-key (kbd "C-s") 'counsel-grep-or-swiper)