Skip to content

Latest commit

 

History

History
executable file
·
112 lines (110 loc) · 4.07 KB

README.org

File metadata and controls

executable file
·
112 lines (110 loc) · 4.07 KB

Doom Emacs

Tabla de contenido

Projects and Workspaces

Workspaces

SPC TAB .
Load workspace from file
SPC TAB n
New workspace
SPC TAB r
Rename workspace
SPC TAB s
Save workspace to file

Projects

SPC p p
Switch project
SPC SPC
Find file in project
SPC ,
Find file in workspace

Search

Project

SPC s p
Search project
SPC s P
Search another project
SPC s d
Search this directory
SPC s D
Search another directory

In-buffer

SPC s s
Incremental search
SPC s S
Search symbol at point
SPC s b
Search in the buffer
SPC s i
Search symbol in file

Vertico

General

M-x, SPC :
Enhanced M-x
SPC ’
Resume last Vertico session

Find

SPC RET
Find bookmark
SPC f f, SPC .
Browse from current directory
SPC p f, SPC SPC
Find file in project
SPC f r
Find recently opened file
SPC p p
Open another project
SPC b b, SPC ,
Switch to buffer in current workspace
SPC b B, SPC <
Switch to buffer

Search

SPC p t
List all ‘TODO’/’FIXME’ in project
SPC s b
Search the current buffer
SPC s d
Search this directory
SPC s D
Search another directory
SPC s i
Search for symbol in current buffer
SPC s p
Search project
SPC s P
Search another project
SPC s s
Search the current buffer (incrementally)

hl-todo

[[kbd:][]t]]
go to next ‘TODO’ item
[[kbd:]t
go to previous ‘TODO’ item
SPC p t
show all ‘TODO’ items in a project

Edit

  • gzz to toggle new (frozen) cursors at point
  • gzt to toggle mirroring on and off
  • gzA to place cursors at the end of each selected line
  • gzI will place them at the beginning

Jump

SPC j l
Jump line
SPC j c
Jump char
SPC j w
Jump window

Checkers

Syntax

SPC t f
Toggle Flycheck
SPC c x
List errors
[[kbd:][] e]]
Next error
[[kbd:] e
Prevous error

Completion

C-n
Go to next candidate
C-p
Go to previous candidate
C-j
(evil) Go to next candidate
C-k
(evil) Go to previous candidate
C-h
Display documentation (if available)
C-u
Move to previous page of candidates
C-d
Move to next page of candidates
C-s
Filter candidates
C-S-s
Search candidates with helm/ivy
C-SPC
Complete common
TAB
Complete common or select next candidate
S-TAB
Select previous candidate

Snippets

  • En doom-snippets se encuentra la documentación para crear los snippets

Templates

Terminal

SPC o t
Toggle vterm pop up window in the current project
SPC o T
Opens vterm in the current window

Debugger

Docker

Magit

SPC g g
Start magit
g r/g z
Magit refresh
s
Stage file at point
u
Unstage file at point
h
Help