Skip to content

sridharrajs/emacs.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emacs

A repo for emacs configuration.

Opinions

Configurations

Name Description
/lisp List of configurations for specific purpose
/snippets List of snippets for the programming modes

Keymapping

Notation Name Key
M Meta Alt
C Control Ctrl
S Shift Shift
SPC Space Space
tab TAB Tab

Shortcuts

Mode

Name Command
Switch to eshell F12
Eval command M: eg M: major-mode

Directory

Name Command
Open a directory C-x + d
Open a file C-x + f
Delete a file - marking d
Confirm deletion x
Rename a file R

Cut-Copy-Paste

We're using cua mode to emulate standard behaviour based on the host OS.

Name Command
Cut C + X
Copy C + C
Undo C + Z

Cursor

Name Command
Duplicate the current line C + S + D

Navigation

Name Command
Move to the begining of the line C + A
Move to the end of the line C + E
Move to the begining of the buffer M + <
Move to the end of the buffer M + >

Action

Name Command
Format the code C + M + L

Deleting

Name Command
Delete a character C + D
Delete a word M + D

Todos

List of things that I need to figure out TODO.md

About

A repo for my emacs configuration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published