| Commit message (Expand) | Author | Age |
* | 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 |
| * | Add movement shortcut for history (#1088) | Ivan Tham | 2021-11-14 |
| * | Add trim_selections command (#1092) | ath3 | 2021-11-14 |
| * | Added workspace_symbol_picker (#1041) | Ebbe Steenhoudt | 2021-11-14 |
| * | Implement "Goto last modification" command (#1067) | ath3 | 2021-11-14 |
| * | fix: shift-tab mappings broken after efc2b4c7 | Blaž Hrastnik | 2021-11-12 |
| * | Add arrow keys to view mode (#987) | NexiNov | 2021-11-12 |
| * | Add `remove_selections` command (#1065) | Omnikar | 2021-11-12 |
| * | Allow keys to be mapped to sequences of commands (#589) | Omnikar | 2021-11-11 |
| * | add wonly -- window only (#1057) | Bob | 2021-11-11 |
| * | Refactor keyevent handling using key, ctrl macros (#1058) | Gokul Soumya | 2021-11-10 |
| * | Ensure that identical keymaps stay in sync (#1056) | Gokul Soumya | 2021-11-10 |
| * | Check for duplicate keys in default keymap | Gokul Soumya | 2021-11-10 |
| * | Change page keybinds in view mode | Gokul Soumya | 2021-11-10 |
| * | Update `space w` window mode (#1050) | Omnikar | 2021-11-10 |
| * | Add LSP rename_symbol (space-r) (#1011) | CossonLeo | 2021-11-08 |
* | | dap: Enable sticky mode for the submode | Blaž Hrastnik | 2021-11-06 |