C-v; Move view forward one screen M-v; Move view backward one screen C-l; Center view on cursor C-x, C-w; Save as C-x d; Open Dired M-<; Begining of Buffer M->; End of Buffer M-a; Start of sentence M-e; End of sentence M-#; Prefix multiply command M-Backspace; Delete word before cursor M-d; Delete word after cursor C-k; Kill line M-k; Kill sentence C-w; Kill region M-w; Copy region C-space; Set Mark C-/; Undo / Redo C-h m; View major mode documentation C-s; forward search, Enter terminates, Backspace goes back C-r; reverse search, Enter terminates, Backspace goes back C-x o; Switch to other window C-x 2; Open second horizontal window C-x 3; Open second vertical window C-M-v; Scroll other window C-x 4 C-f; Open file in other window C-h c; Brief help description C-h k; Long help C-h f; Describe function C-h v; Describe variable C-h a; Command Apropos C-h i; Open Emacs Info C-x 8 C-h; List of character composition Linux Alt-F9; Minimize window MD: C-c C-l a; MD: Insert link MD: C-c C-l u; MD: Insert bare url MD: C-c C-s c; MD: Format as code MD: C-c C-s s; MD: Format as bold MD: C-c C-s e; MD: Format as italic MD: C-c C-t h; MD: Insert heading at point MD: C-c C-t #; MD: Insert heading level # MD: C-c C--; MD: Decrease level MD: C-c C-=; MD: Increase level MD: M-RET; MD: Insert list item at level MD: C-u M-RET; MD: Decrease indentation and insert list item MD: C-u C-u M-RET; MD: Increase indentation and insert list item MD: C-c C-n; MD: Move to next heading MD: C-c C-p; MD: Move to previous heading M-%; query-replace C-M-%; query-replace-regexp C-x m; magit-status magit: $; magit-process buffer magit: g; magit: reload status buffer magit: TAB; magit: Toggle visibility of current section magit: S-TAB; magit: Toggle visibility of current section and its children magit: 1,2,3,4; magit: Expand current section to the corresponding level of detail magit: M-1,2,3,4; magit: Expand all sections to the corresponding level of detail magit: s; magit: Add untracked file to staging area magit: i; magit: Add file to .gitignore magit: C-u i; magit: Prompt for file/directory to add to .gitignore magit: u; magit: Unstage current hunk magit: S; magit: Stage all hunks magit: U; magit: Unstage all hunks magit: k; magit: Discard uncommitted changes magit: c; magit: Prepare for commit magit: C-c C-c; magit: Execute commit magit: C-c C-a; magit: Make the next commit an amend magit: l; magit: Terse History magit: L; magit: Verbose history magit: C-u l; magit: History segment magit: history: RET; magit: history: Inspect commit magit: history: C-w; magit: history: Copy sha1 of current commit into kill ring magit: history: =; magit: history: Show differences between current and marked commits magit: history: ..; magit: history: Mark current commit magit: history: .; magit: history: Unmark current commit if marked magit: history: C-u ..; magit: history: Unmark marked commit from anywhere magit: d; magit: Show changes between working tree and HEAD magit: D; magit: Show changes between two arbitrary revisions magit: t; magit: Make lightweight tag magit: T; magit: Prepare annotated tag Launches magit-log-edit buffer for writing annotation. magit: x; magit: Reset your current head to chosen revision magit: X; magit: Reset working tree and staging area to most recent committed state, Destructive! Will discard all local modifications. magit: z; magit: Create new stash magit: Z; magit: Create new stash and maintain state magit: stash: a; magit: stash: Apply stash magit: stash: A; magit: stash: Pop stash magit: stash: k; magit: stash: Drop stash magit: b; magit: Switch to different branch magit: B; magit: Create and switch to new branch magit: w; magit: Show summary of how other branches relate to current branch magit: wazzup: i; magit: wazzup: Toggle ignore branch magit: wazzup: C-u w; magit: wazzup: Show all branches including ignored ones magit: m; magit: Initiate manual merge magit: M; magit: Initiate automatic merge magit: R; magit: Initiate or continue a rebase magit: P; magit: git push magit: C-u P; magit: git push to specified remote repository magit: f; magit: git remote update magit: F; magit: git pull C-x h; mark-whole-buffer C-x v l; log-view-find-revision company: M-n; company: Next autocompletion company: M-p; company: Previous autocompletion M-m; back-to-indentation C-s C-w; Add word after point to isearch M-c; capitalize-word