aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-19Replace state evil-delete-backward-wordTom Dalziel
2021-12-19Replace state pastingTom Dalziel
2021-12-19Replace state evil digraphsTom Dalziel
2021-12-19Replace state evil-quoted-insertTom Dalziel
2021-12-19Define the insert state keybindings in replace stateTom Dalziel
2021-12-11Don't abort ex if choosing completion with mouse (#1553)Tom Dalziel
2021-12-11Refactor handling of insert after macro finished with C-oq (#1552)Tom Dalziel
2021-12-09Allow exit from insert, paste from . without forward-char (#1550)Tom Dalziel
2021-12-07Return to state after C-o in macro (#1549)Tom Dalziel
2021-11-28Add i_0_CTRL-D functionality (#1547)Tom Dalziel
2021-11-23Fix #1543 email address for nonGNU ELPA (#1545)Tom Dalziel
2021-11-17newdocs (#1531)Tom Dalziel
2021-11-17Fix #1518: "custom functions bound to '0' break motion parsing" in a saner wa...jmmathena
2021-11-16Fix #1538: prefer vim behavior of opening in same window (#1540)Evan Carlin
2021-11-16Refactor `evil-visual-update-x-selection`, remove docstringTom Dalziel
2021-11-16Add option to stop updating X PRIMARY selection with the current visual regionChen Bin
2021-11-15Overhaul gn and gN + add tests (#1539)Tom Dalziel
2021-10-21Fix for #1518 custom functions bound to "0" break motion parsing (#1519)jmmathena
2021-10-16Pull temporary goal column normalization into let (#1533)Tom Dalziel
2021-10-12Use `point-max` rather than `end-of-buffer` for G with no count (#1530)Tom Dalziel
2021-10-11Mention that `evil-search-module` doesn't affect keybindingsTom Dalziel
2021-10-11Add docs for evil-start-of-lineTom Dalziel
2021-10-11Improve evil-ensure-column and use with evil-goto-line (#1529)Tom Dalziel
2021-10-06<insert> in replace state should append, not insert (#1527)Tom Dalziel
2021-10-06Add keybindings for [insert] (#1526)Tom Dalziel
2021-10-04Fix compiler warnings (#1525)Tom Dalziel
2021-10-04Add evil-start-of-line, evil-ensure-column, and use them (#1524)Tom Dalziel
2021-09-02Add `evil-search-wrap-ring-bell` customization variable (#1509)Johannes Neyer
2021-09-02Exit search prompt on mouse leave minibuffer (#1330)duianto
2021-08-10Do not try to switch file/buffer when jumping inside same file (#1506)Konstantin Kharlamov
2021-08-10Add NonGNU ELPA badgeVasilij Schneidermann
2021-08-09Merge pull request #1508 from emacs-evil/nongnu-elpa-mentionVasilij Schneidermann
2021-08-08Mention NonGNU ELPAVasilij Schneidermann
2021-07-27Add g-home g-end g-up & g-down motion bindings (#1503)Tom Dalziel
2021-07-25Add gI (evil-insert-0-line) (#1502)Tom Dalziel
2021-07-24Add `*` ex-range for last visual range (#1500)Tom Dalziel
2021-07-23Add i_ctrl-@ binding and function (#1498)Tom Dalziel
2021-07-23Revert "Scroll half of the visible screen respecting zoom level (#1490)"Tom Dalziel
2021-07-21Add test for ex-search-word when magic and vim-style regexpTom Dalziel
2021-07-21Fix evil-ex-search-word-forward with evil-ex-search-vim-style-regexpTroy Hinckley
2021-07-19Add [return] to evil-repeat-info when recording for evil-ex-search (#1495)Tom Dalziel
2021-07-15Scroll half of the visible screen respecting zoom level (#1490)Siddhartha Kasivajhula
2021-07-15evil-vars: reset evil-overriding-maps to an empty list (#1494)Youmu
2021-07-13evil-maybe-remove-spaces works for cc<escape> (#1493)Tom Dalziel
2021-07-12Fixes #1322: take tab-line height into account (#1323)sorawee
2021-07-05Allow switching direction on ex-search shorthand repeat (#1485)Tom Dalziel
2021-07-04Support `/` and `//` shorthand for repeated search motions (#1484)Tom Dalziel
2021-06-28Fix 1482 addr wraparound (#1483)Tom Dalziel
2021-06-24Always return text from evil-yank-rectangle (#1480)Tom Dalziel
2021-06-15evil-core: refactored `evil-get-auxiliary-keymap` (#1478)Lucius Hu