aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/keymap.rs
Commit message (Expand)AuthorAge
* Implement the f/t/F/T find/till family of commands.Blaž Hrastnik2021-03-11
* find-till (f) prototype, on_next_key mode implementation.Blaž Hrastnik2021-03-11
* minor: fix hover keyBlaž Hrastnik2021-03-02
* commands: Implement X as extend line.Blaž Hrastnik2021-03-01
* Add a selection mode again.Blaž Hrastnik2021-03-01
* commands: Implement join_selections.Blaž Hrastnik2021-02-26
* commands: = as range formatting (via lsp)Blaž Hrastnik2021-02-26
* lsp: Hover documentation draft.Blaž Hrastnik2021-02-25
* commands: Implement expand_selection.Blaž Hrastnik2021-02-22
* commands: add * as selection search.Blaž Hrastnik2021-02-22
* commands: Wire up toggle comments as ctrl-cBlaž Hrastnik2021-02-19
* search: Barebones implementation.Blaž Hrastnik2021-02-12
* Finally: Retain horizontal position when moving vertically.Blaž Hrastnik2021-02-12
* commands: % as select_all.Blaž Hrastnik2021-02-09
* A dumb "next view" implementation that works.Blaž Hrastnik2021-02-04
* commands: Implement select_on_matches.Blaž Hrastnik2021-01-22
* commands: add W and B (extend selection by word).Blaž Hrastnik2021-01-22
* Retrieve completion options on ctrl-x.Blaž Hrastnik2020-12-23
* ui: buffer picker on ctrl-bBlaž Hrastnik2020-12-21
* File picker mockup, reuses the line editor work done on Prompt.Blaž Hrastnik2020-12-17
* split_selectionBlaž Hrastnik2020-12-14
* wip: Use prompt for interactive commands.Blaž Hrastnik2020-12-14
* move commands and keymap back to terminal.Blaž Hrastnik2020-12-10
* Split parts of helix-term into helix-view.Blaž Hrastnik2020-09-21
* Command needs access to view information for certain changes.Blaž Hrastnik2020-09-19
* Add 'A', 'I' commands.Blaž Hrastnik2020-09-13
* Add 'o' command.Blaž Hrastnik2020-09-13
* tree-sitter based syntax highlighting draftBlaž Hrastnik2020-09-10
* append modeBlaž Hrastnik2020-09-07
* Work on insert mode.Blaž Hrastnik2020-09-07
* remove unused importJan Hrastnik2020-06-24
* added cursor renderingJan Hrastnik2020-06-24
* Refactor editor module to use state + keymap.Blaž Hrastnik2020-06-16
* Fix build.Blaž Hrastnik2020-06-07
* Add a keymap module.Blaž Hrastnik2020-06-07