aboutsummaryrefslogtreecommitdiff
path: root/evil-commands.el
AgeCommit message (Expand)Author
2025-03-18Fix typoKARASZI István
2025-03-02Use regular end-of-visual-line in evil-append-lineAxel Forsman
2025-02-27Fix g$ putting cursor on start of next visual lineAxel Forsman
2025-01-11Fix touch screen gestures (e.g., scrolling) for Emacs 30Johann Klähn
2025-01-11Allow `evil-undo` in visual state again (undo in region)fnussbaum
2024-12-28Fix issue: No visible text when cursor is moved to the end of bufferJames Cherti
2024-12-12Account for large values of scroll-margin in evil-window-top+bottomTom Dalziel
2024-10-06Avoid loop in quoted listAxel Forsman
2024-07-21Fix: perf improvements broke macro repeatability. Restore it.Tom Dalziel
2024-07-16gI works in visual stateTom Dalziel
2024-07-10gi works in visual line stateTom Dalziel
2024-06-27Add :baddTom Dalziel
2024-06-19Combine after change calls during macro executionTom Dalziel
2024-06-17Add c-ts-mode to evil-jump-item c major modesTom Dalziel
2024-06-17Add :view and :sview ex commandsTom Dalziel
2024-06-17Use evil-first-non-blank instead of back-to-indentation for insertTom Dalziel
2024-06-16Pause hooks and undos during blockwise (bulk) insertTom Dalziel
2024-06-16Record search offset for repeatTom Dalziel
2024-06-14Track (and restore) previous visual selection, point, mark for gvTom Dalziel
2024-06-14Only restore visual if there's something to restoreTom Dalziel
2024-05-30Replace message with evil-echo where appropriateTom Dalziel
2024-05-26Allow count after C-w for window commandsTom Dalziel
2024-05-26Quit uses evil-window-delete to gain balancingTom Dalziel
2024-05-03Fix regression cauased by 55f29f0Tom Dalziel
2024-04-30Small cleanupsAxel Forsman
2024-04-30Remove evil--visual-eol-anchoredAxel Forsman
2024-04-30Don't mutate register when stripping test props during pasteTom Dalziel
2024-04-21Fix Visual Insert affecting one too many linesAxel Forsman
2024-04-16treewide: replace `(eq/equal foo nil)` with `(null foo)`Konstantin Kharlamov
2024-04-15Always undo in normal state (#1888)Tom Dalziel
2024-04-14Visual eol anchoring, so g$ is stickyTom Dalziel
2024-04-04evil-undo is a jump commandTom Dalziel
2024-04-02Fix point placement after D and C in normal stateTom Dalziel
2024-04-01Don't miss a final empty line in visual block insertionTom Dalziel
2024-03-31Visual X, deletion column respects stick eolTom Dalziel
2024-03-31Add handler for expanding line for line-based operatorsTom Dalziel
2024-01-28evil-commands: replace (backward-delete-char) with (delete-char)Konstantin Kharlamov
2024-01-23No performant delete if range suppliedTom Dalziel
2024-01-04Fix pasting charwise text onto linewise selectionTom Dalziel
2024-01-02Add err-code arg to :cq ex commandTom Dalziel
2023-12-25Declare goto-char as a motion, fix evil-goto-charTom Dalziel
2023-12-18Add :retab commandJakub Kadlcik
2023-12-12Assign :jump to evil-{next-close,previous-open}-{brace,paren} (#1844)Brian Leung
2023-08-28tabs: Go to nth tab when tab-next is prefixedAnkit Pandey
2023-08-27Do not silence unused evil-define-command argumentAxel Forsman
2023-08-20Some cleanupsAxel Forsman
2023-08-20Misc minor changesStefan Monnier
2023-08-20(evil-with-delay): New macro, extracted from `evil-delay`Stefan Monnier
2023-08-20Stop the '</'> and '[/'] marks from intertwiningAxel Forsman
2023-08-20Use lexical-binding everywhereStefan Monnier