+Tags searching using counsel-etags
This commit is contained in:
@@ -28,7 +28,7 @@ overall coding in emacs.
|
|||||||
* Theming
|
* Theming
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(load-theme 'doom-molokai t)
|
(load-theme 'doom-molokai t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
I like monokai :)
|
I like monokai :)
|
||||||
|
|
||||||
* General keymap
|
* General keymap
|
||||||
@@ -46,11 +46,12 @@ I like monokai :)
|
|||||||
them to
|
them to
|
||||||
- <SPC>pf => project -> find file
|
- <SPC>pf => project -> find file
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(:prefix "/" ; Search
|
(:prefix "/" ; Search
|
||||||
:desc "Ag!" "a" '+ivy/ag
|
:desc "Ag!" "a" '+ivy/ag
|
||||||
:desc "FZF!" "f" 'counsel-fzf
|
:desc "FZF!" "f" 'counsel-fzf
|
||||||
:desc "Search buffer" "/" 'swiper
|
:desc "Search Tags" "t" 'counsel-etags-list-tag
|
||||||
)
|
:desc "Search buffer" "/" 'swiper
|
||||||
|
)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
- I like using <SPC>/ in comparison to <SPC>s: it's closer together (thus
|
- I like using <SPC>/ in comparison to <SPC>s: it's closer together (thus
|
||||||
quicker, I do searches a lot so this is noticeable) and makes more sense
|
quicker, I do searches a lot so this is noticeable) and makes more sense
|
||||||
|
|||||||
Reference in New Issue
Block a user