SPC q qquitSPC SPCfind file in projectSPC .find file (slower)SPC ,open a workspace bufferSPC f pedit private config filesSPC f rrecently visited filesSPC s pfuzzy search project (rg)SPC b Bto open any bufferSPC :<M-x>(execute command)SPC xpop up scratch bufferSPC t btoggle big font modegcccomment current line (gc movement)SPC `SPC b lswitch to last bufferSPC TAB `switch to last workspaceSPC h tload theme (doom-one is default)SPC i rinsert from evil register using fuzzy counsel menuSPC s jsearch jump list
SPC h fdescribe function (example: evil-window-vsplit)SPC h .display local help (describe thing under cursor)SPC h tload theme (doom-one is default)
- select text in Visual mode, hit
Sand char to wrap selection in, ie.( g=increment number under cursorg-decrement number under cursorgQfill paragraph by truncating lines to certain length and adding new line chargwfill up to following move (type it)
SPC p pto open a projectSPC SPCto open a file in a projectSPC o popen project sidebarSPC o eto open the shell in a popup windowSPC o Eto open the shell in current bufferSPC f rrecently visited filesSPC f Rrecently visited files in a project
M-x projectile-discover-projects-in-directory to find projects within given folder using Projectile
M-x projectile-discover-projects-in-search-path to find projects in the folder defined by the projectile-project-search-path variable using Projectile
SPC TAB .switch workspaceSPC TAB `switch to last workspaceSPC TAB lload workspaceSPC TAB nnew workspaceSPC TAB rrename workspaceSPC TAB ssave workspaceM-1..9open workspace 1-9
SPC b bopen a workspace buffer (the same asSPC ,)SPC b Bopen any bufferSPC b kkill bufferSPC b Nnew bufferSPC b ssave bufferSPC b usave buffer as rootSPC xpop up scratch bufferSPC `switch to last buffer (SPC b l)
SPC f llocate file (no folders!!)SPC f Ffind files from here (and folders) (like fzf)SPC f pedit private config filesSPC f rrecently visited filesSPC SPCfind file in projectSPC .find file (slower)
SPC s ssearch bufferSPC s pfuzzy search project (rg)SPC s dsearch dirSPC s 'resume last search
SPC w vsplit window verticallySPC w ssplit window horizontallySPC w j|k|h|lmove to windowSPC w wmove to next windowSPC w Wmove to prev windowSPC w cclose windowSPC w ozoom/only window (other windows remain squeezed)
SPC c- code submenu
(toggle display mode-go up in dir hierarchy+create dirSPC .finds file, but can also create empty filedmark for deletionxexecute (delete files)osort by name/dateMmodify mod (permissions)Ochange ownermmark dir or file*mark menu (/dirs)Uunselect allttoggle selectionCcopy marked items to the right window !!!Rmove marked to the right window
C-gcancel (for example search)M-xrun commandKlookup docs for the symbol under cursorM-x org-modeenable Org modeSPC t btoggle big font modeSPC t Ftoggle full-screen modeSPC t ztoggle Zen modeSPC i rinsert from evil register using fuzzy counsel menuC-x C-bC-kxopen buffers, mark for deletion, execute
?helpful Hydra
SPC g genter magit, press?for helpqquit (esc)grefreshsstage (Sall)uunstage (Uall)- choose the line you want using visual lines mode!!
xdiscard lines (they will not be committed)ccommitbbranchsnew spinoff means move commit to that new branch and remove it from the parent branch
llogl
t ttag commitPpush
ddiff popupDmodify currently opened diff buffer argsM-nnext hunkM-pprev hunk-/+split/join hunks
M-dselect next matchM-Dselect prev matchM-rselect all matchesRETtoggle selection
sand type two letters - search next;prev,
gs SPC- go to char(setq avy-all-windows t)to your config.el to jump between windows (like Vimium?)
‘C-f’
Move point one day forward (‘calendar-forward-day’).
‘C-b’
Move point one day backward (‘calendar-backward-day’).
‘C-n’
Move point one week forward (‘calendar-forward-week’).
‘C-p’
Move point one week backward (‘calendar-backward-week’).
‘M-}’
Move point one month forward (‘calendar-forward-month’).
‘M-{’
Move point one month backward (‘calendar-backward-month’).
‘C-x ]’
Move point one year forward (‘calendar-forward-year’).
‘C-x [’
Move point one year backward (‘calendar-backward-year’).