summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-14Don't automatically include navigation bindingsSomelauw
2017-03-14Deprecate leader bindingsSomelauw
2017-03-13Give tables precedence when in an itemSomelauw
2017-03-13Replace lambdas by commandsSomelauw
2017-03-13Update motions declarationsSomelauw
2017-03-07Make round brackets fall back on evil commandsSomelauw
Fixes issue #5
2017-03-01Improve paragraph handlingSomelauw
Fixes issue #3
2017-03-01Improve styleSomelauw
2017-03-01Split gh, gj, gk, gl bindings off in a separate key binding themeSomelauw
Enable it by default for backwards compatibility
2017-02-28Make promote/demote-operator work on itemsSomelauw
Resolves #4
2017-02-25Add an example configuration fileSomelauw
2017-02-25Made headings smaller in documentationSomelauw
2017-02-25Fix evil-org-open-above/below from producing extra whitespaceSomelauw
- item1 - item2 (pointer is on this line) - item3 Pressing o produced superfluous whitespace before this commit
2017-02-25Add RSI key themeSomelauw
2017-02-25Split documentationSomelauw
2017-02-24Improve element navigationSomelauw
2017-02-19Declare more motions as suchSomelauw
2017-02-19By default disable todo headings and leader themesSomelauw
2017-02-19Make evil-org-insert-below always insert belowSomelauw
item was sometimes inserted above also behaves correctly when a count is passed in
2017-02-19Declare org motions as suchSomelauw
2017-02-19Improve org-table-cell text objectSomelauw
Fix bug when used on empty cell. Make them accept count.
2017-02-16Make textobjects useful for tablesSomelauw
Sentence textobject also matches org-table cells Paragraph textobject also matches whole org-table
2017-02-15Make C-return and C-S-return end in insert modeSomelauw
2017-02-15Make o and O behave special in tablesSomelauw
O wasn't bound before
2017-02-14Make x and X respect kill-ring and registersSomelauw
Fixes #2
2017-02-13Add operators, textobjects and insert bindingsSomelauw
2017-02-13Use vim-like actions in capture and srcSomelauw
2017-02-13Fix 'o' on folded headingsDaniel Schoepe
2017-02-12Add key themesSomelauw
2017-02-12Add some basic bindingsSomelauw
Started forking
2015-12-03Add evil-leader to requirementsEdward Tjörnhammar
2015-12-01Merge pull request #27 from adrsta/masterEdward Tjörnhammar
fixed shift+hjkl mappings for consistency
2015-12-01Merge pull request #24 from elemakil/masterEdward Tjörnhammar
Use <tab> binding instead of TAB to allow separate binding of C-i
2015-12-01Merge pull request #22 from xfq/patch-1Edward Tjörnhammar
Update README.org
2015-12-01fixed shift+hjkl mappings for consistencyAdrian Staniec
2015-10-19Use <tab> binding instead of TAB to allow separate binding of C-i. Cf. ↵Fabian Wilk
http://www.gnu.org/software/emacs/manual/html_node/elisp/Function-Keys.html
2015-08-28Update README.orgXue Fuqiao
Update a few URIs.
2015-05-14fixed #14Petrea Corneliu Stefan
2015-05-14Add keybinding to move to current org headerSwaroop C H
2014-10-02DocsEdward Tjörnhammar
2014-09-27Update README key assignmentsEdward Tjörnhammar
2014-09-27Attach helpers to bindingsEdward Tjörnhammar
2014-09-27Localize evil-leader bindings only to org-modeEvan Dale Aromin
2014-09-27Fix flycheck warnings.Evan Dale Aromin
2014-09-10Feature addition:Stefan Petrea
* recompute clocks in visual selection * open org-mode links in visual selection
2014-09-08update meta: version and depsv0.1.1Edward Tjörnhammar
2014-09-08Leaderize archive-subtreeEdward Tjörnhammar
2014-09-08Use clever-insert-itemEdward Tjörnhammar
2014-09-08Leaderize agenda and todo-treeEdward Tjörnhammar
2014-09-07Merge pull request #9 from yukihr/fix-commentEdward Tjörnhammar
First comment should match actual filename.