aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/keymap.rs
Commit message (Expand)AuthorAge
* Fix goto line numberGokul Soumya2021-07-28
* Show pending keys in status line (#515)Gokul Soumya2021-07-28
* Allow multi key remappings in config file (#454)Gokul Soumya2021-07-26
* Added change_case command (#441)Cor Peters2021-07-16
* Removed double entry of extend_lineCor2021-07-15
* Remove outdated commentBlaž Hrastnik2021-07-05
* Implement `X` as extend selection to line boundsBlaž Hrastnik2021-07-05
* Goto mode use infoboxIvan Tham2021-07-04
* Reduce calculation and improve pattern in infoboxIvan Tham2021-07-04
* Suggestions for infobox changesIvan Tham2021-07-04
* Add infoboxIvan Tham2021-07-04
* Remove #[allow(unused)] from helix-term, and fix unused imports.Nathan Vegdahl2021-07-02
* Incorporate long word commands into keymapPabloMansanet2021-06-29
* reverse the dependency between helix-tui and helix-view (#366)Keith Simmons2021-06-25
* Fix previous broken refactor key into helix-viewIvan Tham2021-06-24
* Rename surround to match_modeGokul Soumya2021-06-22
* Handle line endings correctly in surroundGokul Soumya2021-06-22
* Add surround keybindsGokul Soumya2021-06-22
* Merge `x` and `X`Blaž Hrastnik2021-06-20
* Revert "Refactor key into helix-view"Blaž Hrastnik2021-06-19
* Make `home` and `end` work in insert modewojciechkepka2021-06-19
* Refactor key into helix-viewIvan Tham2021-06-19
* Make arrow keys and page up/down work in insert modewojciechkepka2021-06-19
* Configurable keys 2 (Mapping keys to commands) (#268)PabloMansanet2021-06-17
* Refactor keymap definitions using macrosGokul Soumya2021-06-14
* Fix jump behavior, goto_implementation now jumpIvan Tham2021-06-10
* Update keymapWojciech Kępka2021-06-08
* commands: Add replace with yanked as `R`Wojciech Kępka2021-06-08
* Implement register selectionBenoît CORTIER2021-06-07
* Add diagnostics keybindingsWojciech Kępka2021-06-07
* Add ctrl-w in insert modeIvan Tham2021-06-06
* Add window modeIvan Tham2021-06-06
* Add home-end keymaps, (as kakoune/vim do) (#83)Antoni Stevenet2021-06-05
* Replace ^/$ with gh/glnotoria2021-06-04
* use correct _extend methods, also remove unnecessary castsAntoni Stevent2021-06-03
* Add up/right/left/down arrow keymaps, similar to kakouneAntoni Stevent2021-06-03
* removed shift matchingJan Hrastnik2021-06-03
* Support ctrl-f and ctrl-b to page up/down, fixes #41Blaž Hrastnik2021-06-02
* Drop selection_lines completely, change move_line_start bindingBlaž Hrastnik2021-05-18
* Implement most of the view mode (z).Blaž Hrastnik2021-04-14
* Keep primary selection as space+space.Blaž Hrastnik2021-04-09
* N as extend with search (for now, N should be search_prev).Blaž Hrastnik2021-04-09
* Implement P as paste_before.Blaž Hrastnik2021-04-07
* Move pickers under my leader key mode (space).Blaž Hrastnik2021-03-30
* Repeat insert command (.).Blaž Hrastnik2021-03-30
* Store intra-files jumps (goto) on the jumplist.Blaž Hrastnik2021-03-29
* Replace Mode::Goto with just using on_next_key.Blaž Hrastnik2021-03-29
* wip: Hooks & trigger characters for completion/signature_help.Blaž Hrastnik2021-03-24
* Trivial jumplist implementation.Blaž Hrastnik2021-03-24
* Implement m / match_brackets (using tree sitter).Blaž Hrastnik2021-03-22