index
:
evil.git
bugfix-1038-handle-vector-macros
master
release-1.14
stable
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
evil-commands.el
Age
Commit message (
Expand
)
Author
2025-03-18
Fix typo
KARASZI István
2025-03-02
Use regular end-of-visual-line in evil-append-line
Axel Forsman
2025-02-27
Fix g$ putting cursor on start of next visual line
Axel Forsman
2025-01-11
Fix touch screen gestures (e.g., scrolling) for Emacs 30
Johann Klähn
2025-01-11
Allow `evil-undo` in visual state again (undo in region)
fnussbaum
2024-12-28
Fix issue: No visible text when cursor is moved to the end of buffer
James Cherti
2024-12-12
Account for large values of scroll-margin in evil-window-top+bottom
Tom Dalziel
2024-10-06
Avoid loop in quoted list
Axel Forsman
2024-07-21
Fix: perf improvements broke macro repeatability. Restore it.
Tom Dalziel
2024-07-16
gI works in visual state
Tom Dalziel
2024-07-10
gi works in visual line state
Tom Dalziel
2024-06-27
Add :badd
Tom Dalziel
2024-06-19
Combine after change calls during macro execution
Tom Dalziel
2024-06-17
Add c-ts-mode to evil-jump-item c major modes
Tom Dalziel
2024-06-17
Add :view and :sview ex commands
Tom Dalziel
2024-06-17
Use evil-first-non-blank instead of back-to-indentation for insert
Tom Dalziel
2024-06-16
Pause hooks and undos during blockwise (bulk) insert
Tom Dalziel
2024-06-16
Record search offset for repeat
Tom Dalziel
2024-06-14
Track (and restore) previous visual selection, point, mark for gv
Tom Dalziel
2024-06-14
Only restore visual if there's something to restore
Tom Dalziel
2024-05-30
Replace message with evil-echo where appropriate
Tom Dalziel
2024-05-26
Allow count after C-w for window commands
Tom Dalziel
2024-05-26
Quit uses evil-window-delete to gain balancing
Tom Dalziel
2024-05-03
Fix regression cauased by 55f29f0
Tom Dalziel
2024-04-30
Small cleanups
Axel Forsman
2024-04-30
Remove evil--visual-eol-anchored
Axel Forsman
2024-04-30
Don't mutate register when stripping test props during paste
Tom Dalziel
2024-04-21
Fix Visual Insert affecting one too many lines
Axel Forsman
2024-04-16
treewide: replace `(eq/equal foo nil)` with `(null foo)`
Konstantin Kharlamov
2024-04-15
Always undo in normal state (#1888)
Tom Dalziel
2024-04-14
Visual eol anchoring, so g$ is sticky
Tom Dalziel
2024-04-04
evil-undo is a jump command
Tom Dalziel
2024-04-02
Fix point placement after D and C in normal state
Tom Dalziel
2024-04-01
Don't miss a final empty line in visual block insertion
Tom Dalziel
2024-03-31
Visual X, deletion column respects stick eol
Tom Dalziel
2024-03-31
Add handler for expanding line for line-based operators
Tom Dalziel
2024-01-28
evil-commands: replace (backward-delete-char) with (delete-char)
Konstantin Kharlamov
2024-01-23
No performant delete if range supplied
Tom Dalziel
2024-01-04
Fix pasting charwise text onto linewise selection
Tom Dalziel
2024-01-02
Add err-code arg to :cq ex command
Tom Dalziel
2023-12-25
Declare goto-char as a motion, fix evil-goto-char
Tom Dalziel
2023-12-18
Add :retab command
Jakub Kadlcik
2023-12-12
Assign :jump to evil-{next-close,previous-open}-{brace,paren} (#1844)
Brian Leung
2023-08-28
tabs: Go to nth tab when tab-next is prefixed
Ankit Pandey
2023-08-27
Do not silence unused evil-define-command argument
Axel Forsman
2023-08-20
Some cleanups
Axel Forsman
2023-08-20
Misc minor changes
Stefan Monnier
2023-08-20
(evil-with-delay): New macro, extracted from `evil-delay`
Stefan Monnier
2023-08-20
Stop the '</'> and '[/'] marks from intertwining
Axel Forsman
2023-08-20
Use lexical-binding everywhere
Stefan Monnier
[next]