diff --git a/README.org b/README.org index c1cffc4..0a62909 100644 --- a/README.org +++ b/README.org @@ -335,6 +335,7 @@ Build all of the =org= files within a given directory. #+end_src *** Keys + Make the =ESC= key quit (most) prompts, instead of the default =C-g=. #+begin_src emacs-lisp @@ -412,12 +413,10 @@ Again cherry picked from =Doom=, I want to continue utilizing the muscle memory + Close buffers with =SPC c= + Find files with =SPC . (period)= -+ Switch buffers with =SPC , (comma)= #+begin_src emacs-lisp (dotfiles/leader "." '(find-file :which-key "Files") - "," '(switch-to-buffer :which-key "Buffers") "c" '(kill-buffer-and-window :which-key "Close")) #+end_src @@ -1179,6 +1178,38 @@ Add a golang source code block structure template with ~