index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
VimEditingEngine.cpp
Age
Commit message (
Expand
)
Author
2021-04-27
VimEditingEngine: allow selection of the endline character
Paul Berg
2021-04-27
VimEditingEngine: Handle arrow, Home/End and Page keys
sin-ack
2021-04-27
EditingEngine: Split selection from movement functions
sin-ack
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-25
LibGUI: Implement Vim motion system
sin-ack
2021-04-25
VimEditingEngine: Add handling { and } to move between empty lines
Rok Povsic
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-02
Revert "TextEditor: Add vim status indicators to the statusbar"
Andreas Kling
2021-02-02
TextEditor: Add vim status indicators to the statusbar
Zac
2021-01-28
Vim: Add change word and delete word functionality
Zac
2021-01-25
Vim: Add a simple yank and put implementation
Zac
2021-01-24
Vim: More correct word jumping (#5090)
Zac
2021-01-23
Vim: Added a Basic Implementation of Visual Mode
Zac
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling