aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/keymap
Commit message (Expand)AuthorAge
* Add file explorer and tree helperJJ2023-11-01
* feat: smart_tabSkyler Hawthorne2023-08-01
* add node boundary movementSkyler Hawthorne2023-08-01
* Add yank_to_clipboard commands, bind to `<space>y` by defaultMichael Davis2023-07-31
* Remove Keymap(KeyTrie) and simply use KeyTrie.gibbz002023-06-07
* keymap: Rename KeyTrie::Leaf -> KeyTrie::MapppableCommandgibbz002023-06-07
* Add command to merge non-consecutive ranges (#7053)Szabin2023-05-19
* feat(dap): implement Restart request (#5651)Filip Dutescu2023-03-06
* Add shift-backspace keybind alias for backspace (#4937)lesleyrs2023-02-28
* rework positioning/rendering and enable softwrap/virtual text (#5420)Pascal Kuthe2023-01-31
* Support goto-declaration LSP command (#5646)Ole Krüger2023-01-31
* Add command to merge consecutive ranges in selection (#5047)DylanBulfin2022-12-23
* Add command/keybinding to jump between hunks (#4650)Pascal Kuthe2022-12-06
* Change default TS object bindings (#3782)nosa2022-12-06
* Add Ctrl-i alias for Windows (#4961)lesleyrs2022-12-02
* Change diagnostic picker keybind to <space>d (#4229)Gokul Soumya2022-10-17
* Keep arrow and special keys in insert (#3915)Ivan Tham2022-10-03
* Rename I/A "Insert at start/end of line" (#3753)Michael Davis2022-10-03
* Select inserted space after join (#3549)Ivan Tham2022-10-03
* Remove default insert mode movement bindingsSkyler Hawthorne2022-09-08
* let extend-line respect range direction (#3046)Bob2022-08-29
* Remove C-n and C-p from the insert mode keymap (#3340)Michael Davis2022-08-06
* jumplist picker (#3033)Bob2022-07-22
* feat(term): uniformize word-wise movement and deletion (#2500)Benoît Cortier2022-07-15
* Add new key bindings to view mode (#2803)Benjamin Rich2022-07-01
* Add workspace and document diagnostics picker (#2013)Falco Hirschenberger2022-06-30
* feat: highlight / select symbol under cursor using LSP textDocument/documentH...lazytanuki2022-06-27
* text-objects: add test capture & elixir queriesConnor Lay (Clay)2022-06-21
* Add shrink equivalent of extend_to_line_bounds (#2450)Daniel S Poulin2022-05-22
* Implement view swappingRoland Kovacs2022-05-21
* Implement view transpose (#2461)Roland Kovacs2022-05-20
* Add undo checkpoint command (#2115)AntonioLucibello2022-05-02
* Change A-left right to C-left right in insert (#2193)Ivan Tham2022-04-29
* Make A-hjkl tree-sitter nav A-pion (#2205)Ivan Tham2022-04-29
* Rename paragraph motion commands from move to goto (#2226)Michael Davis2022-04-24
* Add command for picking files from CWD (#1600)gavynriebau2022-04-10
* Rename _para to _paragraphIvan Tham2022-04-02
* Add (prev) paragraph motionIvan Tham2022-04-02
* Add refresh-config and open-config command (#1803)Joe2022-03-25