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
2022-10-12
LibGUI: Delete from current position to end of line in VimEditingEngine
huttongrabiel
2022-08-26
LibGUI: Add visual line mode to VimEditingEngine
Robbie Vanbrabant
2022-05-26
LibGUI: Implement case inversion in Vim emulation
huttongrabiel
2022-05-26
LibGUI: Allow to lowercase conversion in Vim emulation
huttongrabiel
2022-05-26
LibGUI: Allow to uppercase conversion in Vim emulation
huttongrabiel
2022-05-26
LibGUI: Add casefold_selection function to choose case conversion
huttongrabiel
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-11-30
LibGUI: Implement vim motions for LeftBrace and RightBrace
scwfri
2021-10-15
LibGUI: Convert always-valid pointer to reference
Ben Wiederhake
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-08-08
LibGUI: Add `break` even before empty default label
Daniel Bertalan
2021-07-20
LibGUI: Add Ctrl-U to insert mode
Ariel Don
2021-07-20
LibGUI: Add Ctrl-H to insert mode
Ariel Don
2021-07-20
LibGUI: Add Ctrl-W to insert mode
Ariel Don
2021-07-15
VimEditingEngine: Add support for repeats of J
Matthew Hall
2021-07-15
VimEditingEngine: Add support for repeats of p and P
Matthew Hall
2021-07-15
VimEditingEngine: Allow repeats for dd, yy and x
Matthew Hall
2021-07-15
VimEditingEngine: Add P command to put before cursor
Matthew Hall
2021-07-15
VimEditingEngine: Add J command to join two lines
Matthew Hall
2021-07-15
VimEditingEngine: Operate on real lines rather than wrapped ones
Matthew Hall
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