1
I Use This!
High Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 11 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
gh and gl to move to first/last character of line More... over 12 years ago
BufferIterator: fix operator= More... over 12 years ago
Search: save last search to '/' register and bind n to repeat last search More... over 12 years ago
Window: undo group cleanup and fix of append method More... over 12 years ago
Basic support for yanking and pasting More... over 12 years ago
Window: add selection_content method More... over 12 years ago
CommandManager: now a singleton More... over 12 years ago
main: using namespace std::placeholders More... over 12 years ago
Utils: Singleton template and migration of the BufferManager More... over 12 years ago
Selectors: support inclusive mode in select_to (bound to f key) More... over 12 years ago
Selection: do not use [begin, end) semantics but [first, last] More... over 12 years ago
Completion: add complete_buffername completer More... over 12 years ago
BufferManager: allow iteration on Buffers with begin/end methods More... over 12 years ago
Selectors: add select_to which selects until a given character on current line More... over 12 years ago
Selectors: fix select_matching More... over 12 years ago
basic g (go) command, gg/gt goes to first line, gb goes to last More... over 12 years ago
Selectors: more vi-like words movements More... over 12 years ago
Window: add move_cursor_to method More... over 12 years ago
Selection: fix canonicalize More... over 12 years ago
Buffer: add line_count method More... over 12 years ago
o key to open a line after the current one More... over 12 years ago
Selectors: add a basic select_matching selector for <([{]])> pairs More... over 12 years ago
Move selectors function to their own file More... over 12 years ago
RegexSelector: wrap on top if needed More... over 12 years ago
Insert: refactoring using IncrementalInserter More... over 12 years ago
Window: add a IncrementalInserter class for insert mode More... over 12 years ago
LineAndColumn: fix operator[+-]= More... over 12 years ago
Window: fix erase More... over 12 years ago
Window: code cleanup and more intelligent Selection class More... over 12 years ago
Shift-{H,J,K,L} keys move cursor while selecting. More... over 12 years ago