| Commit message (Expand) | Author | Age |
* | feat: smart_tab | Skyler Hawthorne | 2023-08-01 |
* | add node boundary movement | Skyler Hawthorne | 2023-08-01 |
* | Add yank_to_clipboard commands, bind to `<space>y` by default | Michael Davis | 2023-07-31 |
* | Remove Keymap(KeyTrie) and simply use KeyTrie. | gibbz00 | 2023-06-07 |
* | keymap: Rename KeyTrie::Leaf -> KeyTrie::MapppableCommand | gibbz00 | 2023-06-07 |
* | Add command to merge non-consecutive ranges (#7053) | Szabin | 2023-05-19 |
* | feat(dap): implement Restart request (#5651) | Filip Dutescu | 2023-03-06 |
* | Add shift-backspace keybind alias for backspace (#4937) | lesleyrs | 2023-02-28 |
* | rework positioning/rendering and enable softwrap/virtual text (#5420) | Pascal Kuthe | 2023-01-31 |
* | Support goto-declaration LSP command (#5646) | Ole Krüger | 2023-01-31 |
* | Add command to merge consecutive ranges in selection (#5047) | DylanBulfin | 2022-12-23 |
* | Add command/keybinding to jump between hunks (#4650) | Pascal Kuthe | 2022-12-06 |
* | Change default TS object bindings (#3782) | nosa | 2022-12-06 |
* | Add Ctrl-i alias for Windows (#4961) | lesleyrs | 2022-12-02 |
* | Change diagnostic picker keybind to <space>d (#4229) | Gokul Soumya | 2022-10-17 |
* | Keep arrow and special keys in insert (#3915) | Ivan Tham | 2022-10-03 |
* | Rename I/A "Insert at start/end of line" (#3753) | Michael Davis | 2022-10-03 |
* | Select inserted space after join (#3549) | Ivan Tham | 2022-10-03 |
* | Remove default insert mode movement bindings | Skyler Hawthorne | 2022-09-08 |
* | let extend-line respect range direction (#3046) | Bob | 2022-08-29 |
* | Remove C-n and C-p from the insert mode keymap (#3340) | Michael Davis | 2022-08-06 |
* | jumplist picker (#3033) | Bob | 2022-07-22 |
* | feat(term): uniformize word-wise movement and deletion (#2500) | Benoît Cortier | 2022-07-15 |
* | Add new key bindings to view mode (#2803) | Benjamin Rich | 2022-07-01 |
* | Add workspace and document diagnostics picker (#2013) | Falco Hirschenberger | 2022-06-30 |
* | feat: highlight / select symbol under cursor using LSP textDocument/documentH... | lazytanuki | 2022-06-27 |
* | text-objects: add test capture & elixir queries | Connor Lay (Clay) | 2022-06-21 |
* | Add shrink equivalent of extend_to_line_bounds (#2450) | Daniel S Poulin | 2022-05-22 |
* | Implement view swapping | Roland Kovacs | 2022-05-21 |
* | Implement view transpose (#2461) | Roland Kovacs | 2022-05-20 |
* | Add undo checkpoint command (#2115) | AntonioLucibello | 2022-05-02 |
* | Change A-left right to C-left right in insert (#2193) | Ivan Tham | 2022-04-29 |
* | Make A-hjkl tree-sitter nav A-pion (#2205) | Ivan Tham | 2022-04-29 |
* | Rename paragraph motion commands from move to goto (#2226) | Michael Davis | 2022-04-24 |
* | Add command for picking files from CWD (#1600) | gavynriebau | 2022-04-10 |
* | Rename _para to _paragraph | Ivan Tham | 2022-04-02 |
* | Add (prev) paragraph motion | Ivan Tham | 2022-04-02 |
* | Add refresh-config and open-config command (#1803) | Joe | 2022-03-25 |