| Commit message (Expand) | Author | Age |
... | |
* | Implement alt-( and alt-) to rotate selection contents | Blaž Hrastnik | 2021-08-08 |
* | Implement selection rotation with `(` and `)` | Blaž Hrastnik | 2021-08-06 |
* | Refactor copy selection vertically | Blaž Hrastnik | 2021-08-05 |
* | Vertical Selection | Cor | 2021-08-05 |
* | Add `goto_last_line` command, and bind it to `ge`. | Nathan Vegdahl | 2021-08-04 |
* | Add ctrl-z to suspend | Ivan Tham | 2021-08-03 |
* | Fixes for new clippy lints in Rust 1.54. | Nathan Vegdahl | 2021-07-29 |
* | Fix goto line number | Gokul Soumya | 2021-07-28 |
* | Show pending keys in status line (#515) | Gokul Soumya | 2021-07-28 |
* | Allow multi key remappings in config file (#454) | Gokul Soumya | 2021-07-26 |
* | Added change_case command (#441) | Cor Peters | 2021-07-16 |
* | Removed double entry of extend_line | Cor | 2021-07-15 |
* | Remove outdated comment | Blaž Hrastnik | 2021-07-05 |
* | Implement `X` as extend selection to line bounds | Blaž Hrastnik | 2021-07-05 |
* | Goto mode use infobox | Ivan Tham | 2021-07-04 |
* | Reduce calculation and improve pattern in infobox | Ivan Tham | 2021-07-04 |
* | Suggestions for infobox changes | Ivan Tham | 2021-07-04 |
* | Add infobox | Ivan Tham | 2021-07-04 |
* | Remove #[allow(unused)] from helix-term, and fix unused imports. | Nathan Vegdahl | 2021-07-02 |
* | Incorporate long word commands into keymap | PabloMansanet | 2021-06-29 |
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 |
* | Fix previous broken refactor key into helix-view | Ivan Tham | 2021-06-24 |
* | Rename surround to match_mode | Gokul Soumya | 2021-06-22 |
* | Handle line endings correctly in surround | Gokul Soumya | 2021-06-22 |
* | Add surround keybinds | Gokul Soumya | 2021-06-22 |
* | Merge `x` and `X` | Blaž Hrastnik | 2021-06-20 |
* | Revert "Refactor key into helix-view" | Blaž Hrastnik | 2021-06-19 |
* | Make `home` and `end` work in insert mode | wojciechkepka | 2021-06-19 |
* | Refactor key into helix-view | Ivan Tham | 2021-06-19 |
* | Make arrow keys and page up/down work in insert mode | wojciechkepka | 2021-06-19 |
* | Configurable keys 2 (Mapping keys to commands) (#268) | PabloMansanet | 2021-06-17 |
* | Refactor keymap definitions using macros | Gokul Soumya | 2021-06-14 |
* | Fix jump behavior, goto_implementation now jump | Ivan Tham | 2021-06-10 |
* | Update keymap | Wojciech Kępka | 2021-06-08 |
* | commands: Add replace with yanked as `R` | Wojciech Kępka | 2021-06-08 |
* | Implement register selection | Benoît CORTIER | 2021-06-07 |
* | Add diagnostics keybindings | Wojciech Kępka | 2021-06-07 |
* | Add ctrl-w in insert mode | Ivan Tham | 2021-06-06 |
* | Add window mode | Ivan Tham | 2021-06-06 |
* | Add home-end keymaps, (as kakoune/vim do) (#83) | Antoni Stevenet | 2021-06-05 |
* | Replace ^/$ with gh/gl | notoria | 2021-06-04 |
* | use correct _extend methods, also remove unnecessary casts | Antoni Stevent | 2021-06-03 |
* | Add up/right/left/down arrow keymaps, similar to kakoune | Antoni Stevent | 2021-06-03 |
* | removed shift matching | Jan Hrastnik | 2021-06-03 |
* | Support ctrl-f and ctrl-b to page up/down, fixes #41 | Blaž Hrastnik | 2021-06-02 |
* | Drop selection_lines completely, change move_line_start binding | Blaž Hrastnik | 2021-05-18 |
* | Implement most of the view mode (z). | Blaž Hrastnik | 2021-04-14 |
* | Keep primary selection as space+space. | Blaž Hrastnik | 2021-04-09 |
* | N as extend with search (for now, N should be search_prev). | Blaž Hrastnik | 2021-04-09 |
* | Implement P as paste_before. | Blaž Hrastnik | 2021-04-07 |