Rok Povsic
77d4b6e435
VimEditingEngine: Add handling { and } to move between empty lines
2021-04-25 09:34:51 +02:00
Brian Gianforcaro
1682f0b760
Everything: Move to SPDX license identifiers in all files.
...
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
2021-04-22 11:22:27 +02:00
Andreas Kling
31e04907b4
Revert "TextEditor: Add vim status indicators to the statusbar"
...
This reverts commit bd6d0d2295
.
2021-02-02 19:01:54 +01:00
Zac
bd6d0d2295
TextEditor: Add vim status indicators to the statusbar
...
When using the VimEditingEngine in the TextEditor, vim's mode and the
previous key are shown in the editor's statusbar.
2021-02-02 16:08:20 +01:00
Zac
b56ef9042b
Vim: Add a simple yank and put implementation
2021-01-25 22:31:43 +01:00
Zac
dfa3f5fbc8
Vim: Added a Basic Implementation of Visual Mode
2021-01-23 08:29:13 +01:00
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00