Doom Emacs Daily Bindings

My daily needed bindings for doom emacs.

  • Open/Close Treemacs tree :
SPC o p
  • Fuzzy search using IVY :
    • Go to the project location and for fuzzy find files
      SPC SPC
      
  • Jump file to project
SPC pf    OR     SPC SPC
  • To shift between themes temporarily : SPC h t

  • Quicky insert code snippet in doom emacs

<s TAB
  • Find a file in existing directory

    SPC .
    
  • Toggle narrowing buffers

    SPC b -(minus sign )
    

Reference : https://docs.doomemacs.org/latest/modules/completion/ivy/

Edit this page on GitHub