1.3 KiB
Basic Reference
Vim things
Escape normal mode with: <Escape> <jk> – press quickly <Ctrl+[>
Too many more things to go into here. See http://vimvalley.com to learn more about Vim.
General emacs things
Ctrl-g: Exit out of any menus <f1> k {The key you want}: To describe a keybind <Ctrl-x> 0: Close the frame your cursor is in.
Global leader keys
Press <space> then
f: helm-find-files r: helm-mx (run any emacs command) x: helm-mx (run any emacs command) e: expand all subheaders in org mode d: toggle Neotree (folder view) w: switch workspace b: switch buffer to a recent file o: open link under cursor
In Find Files/Buffer
<ctrl-v>: go down a section <alt-v>: go up a section
Org Mode keys
O: new heading <enter> open heading in right pane <Shift-enter> open heading in right pane and focus there
<alt>+h: outdent heading <alt>+l: indent heading <alt>+j: move heading down <alt>+k: move heading up
Evil-Org Mode keys
for more details see https://github.com/edwtjo/evil-org-mode
To turn off these hotkeys, comment the following line in (add-hook 'org-mode-hook 'evil-org-mode) ;; only load with org-mode