| Commit message (Expand) | Author | Age |
* | Fix broken indentation that causes the indentation tests to fail. | Daniel Ebert | 2023-08-11 |
* | Remove Keymap(KeyTrie) and simply use KeyTrie. | gibbz00 | 2023-06-07 |
* | Move `keymap.reverse_keymap()` to `Keytrie`: | gibbz00 | 2023-06-07 |
* | Remove pub keymap.name(); | gibbz00 | 2023-06-07 |
* | Place `Info::from_keymap()` contents in `keymap.infobox()`: | gibbz00 | 2023-06-07 |
* | Keymap infobox: Idiomatic body tuple. | gibbz00 | 2023-06-07 |
* | Exclude config no_op bindings in command palette. | gibbz00 | 2023-06-07 |
* | Remove superfluous command description pruning for keymap infobox: | gibbz00 | 2023-06-07 |
* | `helix_term::keymap`: Remove one-liner solely used for a test. | gibbz00 | 2023-06-07 |
* | Make `Keymap` a tuple struct. | gibbz00 | 2023-06-07 |
* | keymap: Rename KeyTrie::Leaf -> KeyTrie::MapppableCommand | gibbz00 | 2023-06-07 |
* | keymap: Derive `Default` for KeyTrieNode | gibbz00 | 2023-06-07 |
* | add workspace config and manual LSP root management | Pascal Kuthe | 2023-03-29 |
* | keymap: Test backslash escaping in commands | ds-cbo | 2023-01-25 |
* | refactor: don't deserialize &str from toml | Pascal Kuthe | 2023-01-24 |
* | Fix nightly clippy lints (#4954) | Tshepang Mbambo | 2022-12-01 |
* | Improve keymap errors from command typos (#3931) | Michael Davis | 2022-09-22 |
* | Reuse menu::Item trait in picker (#2814) | Gokul Soumya | 2022-07-02 |
* | Improve Readability (#2639) | Ryan Russell | 2022-06-01 |
* | Add refresh-config and open-config command (#1803) | Joe | 2022-03-25 |
* | No need for KeymapResult anymore since we can query .sticky() | Blaž Hrastnik | 2022-03-20 |
* | keymap: Store pending/sticky on the root level | Blaž Hrastnik | 2022-03-20 |
* | Add horizontal and vertical split scratch buffers (#1763) | Joe | 2022-03-14 |
* | Add arrow key mappings for tree-sitter parent/child/sibling nav (#1724) | Daniel S Poulin | 2022-03-08 |
* | Change parameter object keybind from `p` to `a` (#1708) | Gokul Soumya | 2022-03-07 |
* | Add comment textobject for surround selection and navigation (#1605) | Daniel S Poulin | 2022-03-06 |
* | feat(commands): command palette (#1400) | Matouš Dzivjak | 2022-02-17 |
* | Add tree-sitter based function, class navigation | Gokul Soumya | 2022-02-15 |
* | Mark DAP as experimental | Blaž Hrastnik | 2022-02-13 |
* | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2022-02-13 |
|\ |
|
| * | Show infobox with register contents | Gokul Soumya | 2022-02-10 |
| * | add select_next_sibling and select_prev_sibling commands (#1495) | Michael Davis | 2022-01-20 |
| * | Update to rust 1.58, fix a bunch of optional lints | Blaž Hrastnik | 2022-01-16 |
| * | Add alt-backspace, alt-<, alt->, ctrl-j to insert mode (#1441) | WindSoilder | 2022-01-16 |
| * | feat(commands): shrink_selection (#1340) | Matouš Dzivjak | 2022-01-06 |
| * | feat(commands): ensure_selections_forward (#1393) | Matouš Dzivjak | 2021-12-29 |
| * | Rename play macro to replay macro | Ivan Tham | 2021-12-27 |
| * | Switch macro Q and q | Ivan Tham | 2021-12-27 |
| * | Macros (#1234) | Omnikar | 2021-12-12 |
| * | Add `save_selection` command (#1247) | Omnikar | 2021-12-10 |
| * | Assert in release mode too on duplicate keys (#1228) | ath3 | 2021-12-05 |
| * | feat: Make it possible to keybind `TypableCommands` (#1169) | Oskar Nehlin | 2021-12-04 |
| * | Add last modified file (gm) (#1093) | Ivan Tham | 2021-12-02 |
* | | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2021-11-30 |
|\| |
|
| * | gf as goto_file (#1102) | Bob | 2021-11-29 |
| * | Implement no-yank delete/change (#1099) | ath3 | 2021-11-24 |
| * | Align selections via & (#1101) | Bob | 2021-11-23 |
* | | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2021-11-21 |
|\| |
|
| * | Add command to inc/dec number under cursor (#1027) | Jason Hansen | 2021-11-15 |
| * | Readline style insert mode (#1039) | Bob | 2021-11-15 |