+Description for general keybinds
This commit is contained in:
@@ -36,7 +36,13 @@ I like monokai :)
|
||||
:desc "Indent" "j" 'indent-region
|
||||
:desc "Open calendar" "rc" '(lambda() (interactive) (find-file "~/Text/calendar.org"))
|
||||
:desc "Open project files" "pf" 'projectile-find-file
|
||||
|
||||
#+END_SRC
|
||||
- Redefine <SPC><SPC> as M-x rather than find-file because of my muscle memory
|
||||
with spacemacs
|
||||
- General maps like <SPC>j for indenting because I don't know what else to bind
|
||||
them to
|
||||
- <SPC>pf => project -> find file
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(:prefix "/" ; Search
|
||||
:desc "Ag!" "a" '+ivy/ag
|
||||
:desc "Search buffer" "/" 'swiper
|
||||
|
||||
Reference in New Issue
Block a user