Skip to content
Bodnar Lajos edited this page May 3, 2022 · 2 revisions

Welcome to the emacs-pure wiki!

"Ctrl+Shift+p" Main menu

"Git" start git client

"Notes" you can select and open a note form the notes folder

"Recent files" open a recent file

"New buffer" open a new buffer and save it to the temp folder

"New org" open a new org buffer and save it to the temp folder

"Start development" use emacs as an IDE (lsp-mode and configurations)

"M-m" own keys (which-key will show you the keys)

"M-m e d" duplicate current line

"M-s" search/select

"M-s f" find file in the current directory

"C-u M-s f" select a directory and find files there

"M-s M-s" search current symbol/word in the files with same filename (it is usefull for angular development.)

"M-s s" search current symbol/word in the project files.

"M-s g" search any text in the project files.

"M-s r" search any text with the ripgrep / rg mode.

"M-k" Delete

"M-k l" delete line

"M-k o" delete other windows

"M-k k" delete sentence

"M-k p" delete paragraph

"M-d" delete word