summaryrefslogtreecommitdiff
path: root/evil-org.el
AgeCommit message (Expand)Author
2021-11-11Fix issue with evil-digit-bound-motionsJohn Mathena
2020-09-22Merge pull request #80 from crocket/evil-org-keybindingsSomelauw
2020-09-22Make keybindings more reliable on evil-org mode.crocket
2020-09-13Merge branch 'master' of https://github.com/Somelauw/evil-org-modeSomelauw
2020-06-01Merge pull request #72 from crocket/terminalSomelauw
2020-06-01Merge pull request #75 from edwargix/masterSomelauw
2020-05-30Fix typoDavid Florness
2020-05-12Replace count, first, second with cl- aliases.Christopher League
2020-05-11Add `g TAB` as a fallback for `<tab>`. Make RET bindings work.crocket
2020-01-01Improve matching 10 in listsSomelauw
2020-01-01Merge branch 'master' of https://github.com/Somelauw/evil-org-modev1.0.2Somelauw
2019-11-04Don't require sSomelauw
2018-12-01Fix #42Felix Schlitter
2018-03-20Improve inner text objectSomelauw
2018-03-09Make post-blank work correctly on org objectsSomelauw
2018-01-11Make shift keytheme context sensitiveSomelauw
2017-12-24Solve some issues with evil-org-returnSomelauw
2017-11-27Make evil-org-delete work with evil-surroundSomelauw
2017-11-07Remove dependency on melpa version of org-modeSomelauw
2017-11-07Remove rsi keythemeSomelauw
2017-11-06Refactor calendar bindings and enable by defaultSomelauw
2017-11-04Bind calendar keys directly to the Emacs state, not to Evil insert statePierre Neidhardt
2017-11-04Add calendar key themePierre Neidhardt
2017-10-31Add optional return bindingSomelauw
2017-10-22Fix issue with o/O not indenting.Somelauw
2017-10-15Improve and simplify o/O functions.Somelauw
2017-10-07Implement https://github.com/Somelauw/evil-org-mode/issues/22Somelauw
2017-09-17Make o on a checkbox item create a new checkbox item.Somelauw
2017-09-16Declare rsi bindings obsolete againSomelauw
2017-09-11Undo deprecate rsi bindingsSomelauw
2017-09-09Remove evil-org-recompute-clocksSomelauw
2017-09-09Merge branch 'master' into developSomelauw
2017-09-06Restore additional-bindings in normal modesmile13241324
2017-09-02Add variable `evil-org-retain-visual-state-on-shift`.Somelauw
2017-08-29Replace bindings to lambdas by macrosSomelauw
2017-08-28Allow `<` and `>` to move columns in tablesSomelauw
2017-08-26Make I and A respect `org-special-ctrl-a/e`Somelauw
2017-08-26Fix x and X bindingsSomelauw
2017-08-25CleanupSomelauw
2017-08-25Make A and I ignore leading stars, tags and ellipsesSomelauw
2017-08-08Add type boolean to evil-org-use-additional-insertSomelauw
2017-08-02Vim keys for saving when editing org-table formulasSomelauw
2017-07-24Deprecate evil-org-recompute-clocksSomelauw
2017-07-20Allow $ to jump back-and-forth in evil when org-special-ctrl-a/e is t.Somelauw
2017-07-19Fix screw-up of C-S-return bindingSomelauw
2017-07-18Move org-beginning-of-line from ^ to 0.Somelauw
2017-07-16Improve and document functions without default bindingSomelauw
2017-07-16Correct check for evil-disable-insert-state-bindingsSomelauw
2017-07-10Allow evil-org-{eol/bol}-call to pass optional argumentsSomelauw
2017-07-03Make evil-org-{above/below} (o/O) non-special on some org elements.Somelauw