Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damon-kwok/oh-my-emacs
💙 Oh My Emacs - A Fast and Powerful Emacs configuration. ✔️
https://github.com/damon-kwok/oh-my-emacs
elisp emacs emacs-lisp emacs-modules emacs-packages
Last synced: 3 months ago
JSON representation
💙 Oh My Emacs - A Fast and Powerful Emacs configuration. ✔️
- Host: GitHub
- URL: https://github.com/damon-kwok/oh-my-emacs
- Owner: damon-kwok
- License: gpl-3.0
- Created: 2018-06-08T09:36:42.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T08:37:29.000Z (over 1 year ago)
- Last Synced: 2024-08-07T18:31:50.958Z (6 months ago)
- Topics: elisp, emacs, emacs-lisp, emacs-modules, emacs-packages
- Language: Emacs Lisp
- Homepage:
- Size: 19.5 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- Funding: .github/FUNDING.yml
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
#+TITLE: Oh My Emacs
#+STARTUP: inlineimages
#+HTML:![]()
[[https://github.com/damon-kwok/oh-my-env/blob/master/COPYING][https://img.shields.io/github/license/damon-kwok/oh-my-env?logo=gnu&.svg]]
[[https://www.patreon.com/DamonKwok][https://img.shields.io/badge/Support%20Me-%F0%9F%92%97-ff69b4.svg]]My Emacs config!
# [[file:https://imgs.xkcd.com/comics/blanket_fort.png]]
# [[https://imgs.xkcd.com/comics/real_programmers.png]]
[[https://github.com/damon-kwok/oh-my-emacs][file:screenshot/ome.png]]
[[https://github.com/damon-kwok/oh-my-emacs][file:screenshot/project_pony.png]]
*** Keybind
**** SuperKey
# - C-u C-h n what's the new
- M-z super-key
- C-\\ toggle-input-method**** Editing
- C-M-d delete-backward-char
- C-z | C-M-z mark-word mark-line
- C-> mc/mark-next-like-this
- M-; comment-or-uncomment-region-or-line
- M-p | M-n move-lines-up | down
- C-M-w | C-M-z copy-line | mark-line- C-` folding-toggle-element
- C-~ yafolding-hide-parent-elemen
- C-M-` folding-toggle-al- C-x M-k close all buffer
**** Navigate
- C-c C-z show-repl
- M-number switch window
- C-M-; | C-M-' tab-backward | tab-forward
- C-M-[ | C-M-/ tab-forward-group | tab-backward-group
- C-- | C-= shrink-window | enlarge-window
- C-M-- | C-M-= shrink-window-horizontally | enlarge-window-horizontally**** OrgHelper
- C-c l org-store-link
- C-c c org-capture
- C-c a org-agenda
- C-c b org-iswitchb**** Orgmode
- M-n /org-metaup/
- M-p /org-metadown/