aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/keymap.rs
Commit message (Expand)AuthorAge
* Add commands for moving between splits with a direction (#860)Oskar Nehlin2021-10-23
* Implement 'remove_primary_selection' as Alt-,Blaž Hrastnik2021-09-24
* experiment: space+k for LSP doc, K for keep_selectionsBlaž Hrastnik2021-09-24
* experiment: Move keep_primary_selection to ,Blaž Hrastnik2021-09-24
* Initial implementation of global search (#651)Leoi Hung Kin2021-09-21
* feat: Sticky view mode with Z (#719)Gokul Soumya2021-09-10
* Add command to extend to line start or end (#717)Kangwook Lee (이강욱)2021-09-07
* Fix escape not exiting insert mode (#712)Gokul Soumya2021-09-05
* Add a sticky mode for keymaps (#635)Gokul Soumya2021-09-05
* Add commands that extends to long words (#706)Kangwook Lee (이강욱)2021-09-04
* add_newline unimpaired mapping (#653)oberblastmeister2021-09-01
* Shell commands (#547)Omnikar2021-08-31
* Make `v` in select mode switch back to normal mode (#660)Omnikar2021-08-27
* Refactor infobox rendering and parsing (#579)Gokul Soumya2021-08-17
* Resolve a couple TODOsBlaž Hrastnik2021-08-08
* Implement alt-( and alt-) to rotate selection contentsBlaž Hrastnik2021-08-08
* Implement selection rotation with `(` and `)`Blaž Hrastnik2021-08-06
* Refactor copy selection verticallyBlaž Hrastnik2021-08-05
* Vertical SelectionCor2021-08-05
* Add `goto_last_line` command, and bind it to `ge`.Nathan Vegdahl2021-08-04
* Add ctrl-z to suspendIvan Tham2021-08-03
* Fixes for new clippy lints in Rust 1.54.Nathan Vegdahl2021-07-29
* 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