| Commit message (Expand) | Author | Age |
* | 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 |
* | 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 |
* | 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 |
* | minor: Extend search was decclared twice in the keymap | Blaž Hrastnik | 2021-11-06 |
* | Add reverse search functionality (#958) | Gygaxis Vainhardt | 2021-11-06 |
* | Implement "Goto next buffer / Goto previous buffer" commands | ath3 | 2021-11-04 |
* | Hide keys bound to `no_op` from infobox (#971) | Omnikar | 2021-11-04 |
* | Simplify BTreeSet construction | Triton171 | 2021-11-03 |
* | Implement key ordering for info box | Daniel Ebert | 2021-11-03 |
* | Add arrow-key bindings for window switching (#933) | Gygaxis Vainhardt | 2021-10-30 |
* | Use deserialization fix instead | Nehliin | 2021-10-28 |
* | Apply suggestions from code review | Oskar Nehlin | 2021-10-28 |
* | Make key macro more portable | Nehliin | 2021-10-28 |
* | Fix order being empty and add test | Nehliin | 2021-10-28 |
* | Move test to test module | Nehliin | 2021-10-28 |
* | Fix panic when using multi-level key mapping | Nehliin | 2021-10-28 |
* | find motion and textobj motion repeat (#891) | CossonLeo | 2021-10-24 |
* | Add commands for moving between splits with a direction (#860) | Oskar Nehlin | 2021-10-23 |
* | Implement 'remove_primary_selection' as Alt-, | Blaž Hrastnik | 2021-09-24 |
* | experiment: space+k for LSP doc, K for keep_selections | Blaž Hrastnik | 2021-09-24 |