aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/keymap.rs
Commit message (Expand)AuthorAge
* Improve Readability (#2639)Ryan Russell2022-06-01
* Add refresh-config and open-config command (#1803)Joe2022-03-25
* No need for KeymapResult anymore since we can query .sticky()Blaž Hrastnik2022-03-20
* keymap: Store pending/sticky on the root levelBlaž Hrastnik2022-03-20
* Add horizontal and vertical split scratch buffers (#1763)Joe2022-03-14
* Add arrow key mappings for tree-sitter parent/child/sibling nav (#1724)Daniel S Poulin2022-03-08
* Change parameter object keybind from `p` to `a` (#1708)Gokul Soumya2022-03-07
* Add comment textobject for surround selection and navigation (#1605)Daniel S Poulin2022-03-06
* feat(commands): command palette (#1400)Matouš Dzivjak2022-02-17
* Add tree-sitter based function, class navigationGokul Soumya2022-02-15
* Mark DAP as experimentalBlaž Hrastnik2022-02-13
* Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2022-02-13
|\
| * Show infobox with register contentsGokul Soumya2022-02-10
| * add select_next_sibling and select_prev_sibling commands (#1495)Michael Davis2022-01-20
| * Update to rust 1.58, fix a bunch of optional lintsBlaž Hrastnik2022-01-16
| * Add alt-backspace, alt-<, alt->, ctrl-j to insert mode (#1441)WindSoilder2022-01-16
| * feat(commands): shrink_selection (#1340)Matouš Dzivjak2022-01-06
| * feat(commands): ensure_selections_forward (#1393)Matouš Dzivjak2021-12-29
| * Rename play macro to replay macroIvan Tham2021-12-27
| * Switch macro Q and qIvan Tham2021-12-27
| * Macros (#1234)Omnikar2021-12-12
| * Add `save_selection` command (#1247)Omnikar2021-12-10
| * Assert in release mode too on duplicate keys (#1228)ath32021-12-05
| * feat: Make it possible to keybind `TypableCommands` (#1169)Oskar Nehlin2021-12-04
| * Add last modified file (gm) (#1093)Ivan Tham2021-12-02
* | Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2021-11-30
|\|
| * gf as goto_file (#1102)Bob2021-11-29
| * Implement no-yank delete/change (#1099)ath32021-11-24
| * Align selections via & (#1101)Bob2021-11-23
* | Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2021-11-21
|\|
| * Add command to inc/dec number under cursor (#1027)Jason Hansen2021-11-15
| * Readline style insert mode (#1039)Bob2021-11-15
| * Add movement shortcut for history (#1088)Ivan Tham2021-11-14
| * Add trim_selections command (#1092)ath32021-11-14
| * Added workspace_symbol_picker (#1041)Ebbe Steenhoudt2021-11-14
| * Implement "Goto last modification" command (#1067)ath32021-11-14
| * fix: shift-tab mappings broken after efc2b4c7Blaž Hrastnik2021-11-12
| * Add arrow keys to view mode (#987)NexiNov2021-11-12
| * Add `remove_selections` command (#1065)Omnikar2021-11-12
| * Allow keys to be mapped to sequences of commands (#589)Omnikar2021-11-11
| * add wonly -- window only (#1057)Bob2021-11-11
| * Refactor keyevent handling using key, ctrl macros (#1058)Gokul Soumya2021-11-10
| * Ensure that identical keymaps stay in sync (#1056)Gokul Soumya2021-11-10
| * Check for duplicate keys in default keymapGokul Soumya2021-11-10
| * Change page keybinds in view modeGokul Soumya2021-11-10
| * Update `space w` window mode (#1050)Omnikar2021-11-10
| * Add LSP rename_symbol (space-r) (#1011)CossonLeo2021-11-08
* | dap: Enable sticky mode for the submodeBlaž Hrastnik2021-11-06
* | Merge branch 'master' into debugBlaž Hrastnik2021-11-06
|\|
| * minor: Extend search was decclared twice in the keymapBlaž Hrastnik2021-11-06