+Subheadings for general keymap
This commit is contained in:
@@ -45,6 +45,8 @@ I like monokai :)
|
|||||||
- General maps like <SPC>j for indenting because I don't know what else to bind
|
- General maps like <SPC>j for indenting because I don't know what else to bind
|
||||||
them to
|
them to
|
||||||
- <SPC>pf => project -> find file
|
- <SPC>pf => project -> find file
|
||||||
|
|
||||||
|
** Searches
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(:prefix "/" ; Search
|
(:prefix "/" ; Search
|
||||||
:desc "Ag!" "a" '+ivy/ag
|
:desc "Ag!" "a" '+ivy/ag
|
||||||
@@ -58,6 +60,7 @@ I like monokai :)
|
|||||||
- Ag is actually insanely useful, especially at a quick keybind
|
- Ag is actually insanely useful, especially at a quick keybind
|
||||||
- <SPC>// is quicker to do than <SPC>/b, for something that is done so often
|
- <SPC>// is quicker to do than <SPC>/b, for something that is done so often
|
||||||
|
|
||||||
|
** Windows
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(:prefix "w" ; Windows
|
(:prefix "w" ; Windows
|
||||||
:desc "Close window" "d" '+workspace/close-window-or-workspace
|
:desc "Close window" "d" '+workspace/close-window-or-workspace
|
||||||
@@ -69,6 +72,7 @@ I like monokai :)
|
|||||||
- <SPC>wW allows me to switch windows more efficiently than before, better than
|
- <SPC>wW allows me to switch windows more efficiently than before, better than
|
||||||
just motions
|
just motions
|
||||||
|
|
||||||
|
** Buffers
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(:prefix "b"
|
(:prefix "b"
|
||||||
:desc "Close buffer" "d" 'doom/kill-this-buffer-in-all-windows
|
:desc "Close buffer" "d" 'doom/kill-this-buffer-in-all-windows
|
||||||
@@ -76,6 +80,7 @@ I like monokai :)
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
- <SPC>bd is used for the same reasons as above
|
- <SPC>bd is used for the same reasons as above
|
||||||
|
|
||||||
|
** Projects
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(:prefix "p"
|
(:prefix "p"
|
||||||
:desc "Regen tags" "g" 'projectile-generate-tags
|
:desc "Regen tags" "g" 'projectile-generate-tags
|
||||||
|
|||||||
Reference in New Issue
Block a user