- 19 Mar, 2017 1 commit
-
-
Sehny authored
-
- 18 Mar, 2017 1 commit
-
-
Sehny authored
-
- 17 Mar, 2017 1 commit
-
-
Sehny authored
-
- 13 Mar, 2017 1 commit
-
-
Liam authored
enhance Vi KeyMap with most Vi movement commands
-
- 20 Feb, 2017 7 commits
-
-
Matthew Nicholson authored
This includes support for `,` and `;`.
-
Matthew Nicholson authored
-
Matthew Nicholson authored
-
Matthew Nicholson authored
These move backwards to the end of a word, the reverse of `e` and `E`.
-
Matthew Nicholson authored
Inclusive delete operations include the end position in the operation.
-
Matthew Nicholson authored
This command will include the current cursor position in the delete operation instead of excluding that character.
-
Matthew Nicholson authored
-
- 07 Feb, 2017 1 commit
-
-
Liam authored
add KeyMap for vi
-
- 05 Feb, 2017 1 commit
-
-
Matthew Nicholson authored
These commands delete and change (delete then insert mode) the text covered by the next movement command.
-
- 03 Feb, 2017 3 commits
-
-
Matthew Nicholson authored
-
Matthew Nicholson authored
-
Matthew Nicholson authored
This command replaces count characters with the given character.
-
- 02 Feb, 2017 10 commits
-
-
Matthew Nicholson authored
The `s` command deletes count chars and enters insert mode.
-
Matthew Nicholson authored
-
Matthew Nicholson authored
This function deletes all the characters between the cursor and the given position.
-
Matthew Nicholson authored
This also properly marks the start and end of undo groups in order to properly support undoing and redoing commands with counts and insert commands.
-
Matthew Nicholson authored
-
Matthew Nicholson authored
This is necessary to support proper undoing in insert mode.
-
Matthew Nicholson authored
This command repeats the last normal command or the last insert command. It also supports counts.
-
Matthew Nicholson authored
This will repeat the last insert `count` times.
-
Matthew Nicholson authored
-
Matthew Nicholson authored
This will be used later. Right now we just properly track the count.
-
- 31 Jan, 2017 4 commits
-
-
Matthew Nicholson authored
-
Matthew Nicholson authored
-
Matthew Nicholson authored
-
Matthew Nicholson authored
This includes support for basic vi movements and insert and normal mode.
-
- 23 Jan, 2017 2 commits
-
-
Matthew Nicholson authored
This release includes support for detecting Esc key presses.
-
Matthew Nicholson authored
This is necessary for vi normal mode.
-
- 19 Jan, 2017 8 commits
-
-
MovingtoMars authored
-
MovingtoMars authored
-
MovingtoMars authored
-
Matthew Nicholson authored
-
Matthew Nicholson authored
This code should be shared across all key mappings.
-
Matthew Nicholson authored
It is now unused.
-
Matthew Nicholson authored
-
Matthew Nicholson authored
Right now this is just a simple passthrough to Editor, but this will change.
-