{"id":18221653,"url":"https://github.com/antomfdez/doomemacs_cheatsheet_nonevil","last_synced_at":"2025-04-07T23:42:06.966Z","repository":{"id":260911442,"uuid":"882694056","full_name":"antomfdez/doomemacs_cheatsheet_nonevil","owner":"antomfdez","description":"Doom Emacs Cheatsheet: Non-Evil Mode","archived":false,"fork":false,"pushed_at":"2024-11-03T14:16:53.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T01:17:24.850Z","etag":null,"topics":["cheatsheet","cheatsheets","doom","doom-emacs","emacs"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antomfdez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-03T14:14:14.000Z","updated_at":"2024-11-03T14:18:28.000Z","dependencies_parsed_at":"2024-11-03T15:32:43.347Z","dependency_job_id":null,"html_url":"https://github.com/antomfdez/doomemacs_cheatsheet_nonevil","commit_stats":null,"previous_names":["antomfdez/doomemacs_cheatsheet_nonevil"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antomfdez%2Fdoomemacs_cheatsheet_nonevil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antomfdez%2Fdoomemacs_cheatsheet_nonevil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antomfdez%2Fdoomemacs_cheatsheet_nonevil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antomfdez%2Fdoomemacs_cheatsheet_nonevil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antomfdez","download_url":"https://codeload.github.com/antomfdez/doomemacs_cheatsheet_nonevil/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247749973,"owners_count":20989712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cheatsheet","cheatsheets","doom","doom-emacs","emacs"],"created_at":"2024-11-03T22:03:41.765Z","updated_at":"2025-04-07T23:42:06.950Z","avatar_url":"https://github.com/antomfdez.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Doom Emacs Cheatsheet: Non-Evil Mode\n\n**Note:** This cheatsheet is tailored for Doom Emacs in non-Evil mode. If you're using Evil, the keybindings will differ significantly.\n\n## Basic Navigation\n\n### Cursor Movement\n- `C-p`: Move cursor up one line\n- `C-n`: Move cursor down one line\n- `C-f`: Move cursor forward one character\n- `C-b`: Move cursor backward one character\n- `C-a`: Move cursor to start of line\n- `C-e`: Move cursor to end of line\n- `M-b`: Move cursor back one word\n- `M-f`: Move cursor forward one word\n\n## Editing\n\n### Undo/Redo\n- `C-/`: Undo last change\n- `C-x u`: Redo last change\n\n### Deleting\n- `C-d`: Delete character under cursor\n- `M-d`: Delete word under cursor\n- `C-k`: Kill (delete) text from cursor to end of line\n- `C-w`: Kill (delete) region\n\n### Searching and Replacing\n- `C-s`: Search forward\n- `C-r`: Search backward\n- `M-%`: Replace text\n- `C-M-s`: Regex search\n\n## Buffers and Windows\n\n### Managing Buffers\n- `C-x C-b`: List buffers (d - select for kill/ x - kill the selected)\n- `C-x b`: Switch to a buffer\n- `C-x k`: Kill (close) a buffer\n- `C-x C-c`: Save current buffer\n\n### Window Management\n- `C-x 2`: Split window horizontally\n- `C-x 3`: Split window vertically\n- `C-x 0`: Delete current window\n- `C-x 1`: Keep only the current window\n- `C-x o`: Switch to other window\n\n### Resize\n- `C-u 10 \u003cshortcut\u003e`: Repeat the `\u003cshortcut\u003e` 10 times\n- `C-x }`: Resize 1px (increase width)\n- `C-x {`: Resize 1px (decrease width)\n\n## Files and Directories\n\n- `C-x C-f`: Find files\n\n### Dired\n- `C-x d`: Open dired in minibuffer\n- `RET`: Open actual dir in current buffer (type non-existent name to create new)\n\n#### In Dired Buffer\n- `^`: One dir back\n- `+`: Create dir\n- `g`: Refresh dired\n- `RET`: Enter dir\n\n## Execute Function\n\n### Keys\n- `M-x`: Execute functions\n\n### Layouts\n- `persp-load-state-from-file`: Load layout and buffers from a file\n- `persp-save-state-to-file`: Save current layout and buffers to a file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantomfdez%2Fdoomemacs_cheatsheet_nonevil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantomfdez%2Fdoomemacs_cheatsheet_nonevil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantomfdez%2Fdoomemacs_cheatsheet_nonevil/lists"}