diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-07-27 23:32:44 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-07-27 23:32:44 +0100 |
commit | 704d17c372e32107b1900eb8987db8a807e307fc (patch) | |
tree | b84cf951e35fea435e8cc58d11bf870e1c98201a | |
parent | 464f79572164bd43da95fc69bc56fb74c3809358 (diff) | |
download | dotfiles-704d17c372e32107b1900eb8987db8a807e307fc.tar.gz dotfiles-704d17c372e32107b1900eb8987db8a807e307fc.tar.bz2 dotfiles-704d17c372e32107b1900eb8987db8a807e307fc.zip |
+Fzf search keybind "/f"
-rw-r--r-- | doom.d/config.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index a674fe2..7d98dbd 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -25,7 +25,7 @@ overall coding in emacs. * Theming #+BEGIN_SRC emacs-lisp (load-theme 'doom-molokai t) -#+END_SRC + #+END_SRC I like monokai :) * General keymap @@ -45,6 +45,7 @@ I like monokai :) #+BEGIN_SRC emacs-lisp (:prefix "/" ; Search :desc "Ag!" "a" '+ivy/ag + :desc "FZF!" "f" 'counsel-fzf :desc "Search buffer" "/" 'swiper ) #+END_SRC |