aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/keymap.rs
Commit message (Expand)AuthorAge
* Fix broken indentation that causes the indentation tests to fail.Daniel Ebert2023-08-11
* Remove Keymap(KeyTrie) and simply use KeyTrie.gibbz002023-06-07
* Move `keymap.reverse_keymap()` to `Keytrie`:gibbz002023-06-07
* Remove pub keymap.name();gibbz002023-06-07
* Place `Info::from_keymap()` contents in `keymap.infobox()`:gibbz002023-06-07
* Keymap infobox: Idiomatic body tuple.gibbz002023-06-07
* Exclude config no_op bindings in command palette.gibbz002023-06-07
* Remove superfluous command description pruning for keymap infobox:gibbz002023-06-07
* `helix_term::keymap`: Remove one-liner solely used for a test.gibbz002023-06-07
* Make `Keymap` a tuple struct.gibbz002023-06-07
* keymap: Rename KeyTrie::Leaf -> KeyTrie::MapppableCommandgibbz002023-06-07
* keymap: Derive `Default` for KeyTrieNodegibbz002023-06-07
* add workspace config and manual LSP root managementPascal Kuthe2023-03-29
* keymap: Test backslash escaping in commandsds-cbo2023-01-25
* refactor: don't deserialize &str from tomlPascal Kuthe2023-01-24
* Fix nightly clippy lints (#4954)Tshepang Mbambo2022-12-01
* Improve keymap errors from command typos (#3931)Michael Davis2022-09-22
* Reuse menu::Item trait in picker (#2814)Gokul Soumya2022-07-02
* 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