summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/VimEditingEngine.h
AgeCommit message (Expand)Author
2021-12-09LibGUI: Add EngineType to EditingEngine classesscwfri
2021-07-15VimEditingEngine: Allow repeats for dd, yy and xMatthew Hall
2021-07-15VimEditingEngine: Add P command to put before cursorMatthew Hall
2021-06-01Everywhere: codepoint => code pointAndreas Kling
2021-04-27VimEditingEngine: allow selection of the endline characterPaul Berg
2021-04-27EditingEngine: Split selection from movement functionssin-ack
2021-04-25LibGUI: Implement Vim motion systemsin-ack
2021-04-25VimEditingEngine: Add handling { and } to move between empty linesRok Povsic
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-02Revert "TextEditor: Add vim status indicators to the statusbar"Andreas Kling
2021-02-02TextEditor: Add vim status indicators to the statusbarZac
2021-01-25Vim: Add a simple yank and put implementationZac
2021-01-23Vim: Added a Basic Implementation of Visual ModeZac
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling