aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/keymap.rs
Commit message (Expand)AuthorAge
...
* | Merge branch 'master' into debugBlaž Hrastnik2021-11-06
|\|
| * minor: Extend search was decclared twice in the keymapBlaž Hrastnik2021-11-06
| * Add reverse search functionality (#958)Gygaxis Vainhardt2021-11-06
| * Implement "Goto next buffer / Goto previous buffer" commandsath32021-11-04
| * Hide keys bound to `no_op` from infobox (#971)Omnikar2021-11-04
| * Simplify BTreeSet constructionTriton1712021-11-03
| * Implement key ordering for info boxDaniel Ebert2021-11-03
| * Add arrow-key bindings for window switching (#933)Gygaxis Vainhardt2021-10-30
| * Use deserialization fix insteadNehliin2021-10-28
| * Apply suggestions from code reviewOskar Nehlin2021-10-28
| * Make key macro more portableNehliin2021-10-28
| * Fix order being empty and add testNehliin2021-10-28
| * Move test to test moduleNehliin2021-10-28
| * Fix panic when using multi-level key mappingNehliin2021-10-28
| * find motion and textobj motion repeat (#891)CossonLeo2021-10-24
| * Add commands for moving between splits with a direction (#860)Oskar Nehlin2021-10-23
* | editor: support setExceptionBreakpointsDmitry Sharshakov2021-09-26
* | Merge branch 'master' into debugDmitry Sharshakov2021-09-25
|\|
| * Implement 'remove_primary_selection' as Alt-,Blaž Hrastnik2021-09-24
| * experiment: space+k for LSP doc, K for keep_selectionsBlaž Hrastnik2021-09-24
| * experiment: Move keep_primary_selection to ,Blaž Hrastnik2021-09-24
| * Initial implementation of global search (#651)Leoi Hung Kin2021-09-21
| * feat: Sticky view mode with Z (#719)Gokul Soumya2021-09-10
| * Add command to extend to line start or end (#717)Kangwook Lee (이강욱)2021-09-07
| * Fix escape not exiting insert mode (#712)Gokul Soumya2021-09-05
| * Add a sticky mode for keymaps (#635)Gokul Soumya2021-09-05
| * Add commands that extends to long words (#706)Kangwook Lee (이강욱)2021-09-04
* | Keybinding for editing logDmitry Sharshakov2021-09-05
* | Add command for editing breakpoint conditionDmitry Sharshakov2021-09-04
* | dap: Allow switching between stack framesBlaž Hrastnik2021-09-03
* | dap: small TODOBlaž Hrastnik2021-09-03
* | Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2021-09-03
|\|
| * add_newline unimpaired mapping (#653)oberblastmeister2021-09-01
* | Merge remote-tracking branch 'origin/master' into debugDmitry Sharshakov2021-08-31
|\|
| * Shell commands (#547)Omnikar2021-08-31
* | dap: Remap keys, match current thread behavior from dap-mode, switch-threadBlaž Hrastnik2021-08-29
* | Rename dap_in/_out to dap_step_in/_outBlaž Hrastnik2021-08-29
* | Merge remote-tracking branch 'origin/master' into debugDmitry Sharshakov2021-08-28
|\|
| * Make `v` in select mode switch back to normal mode (#660)Omnikar2021-08-27
* | New way of starting debug sessionsDmitry Sharshakov2021-08-28
* | Remove shortcut for starting debugDmitry Sharshakov2021-08-24
* | Simplify variables displayDmitry Sharshakov2021-08-22
* | editor: support stepIn, stepOut, next and pause commandsDmitry Sharshakov2021-08-22
* | Add commands for variable introspectionDmitry Sharshakov2021-08-22
* | Continue command in keymapDmitry Sharshakov2021-08-21
* | Add command to detach debuggerDmitry Sharshakov2021-08-21
* | Unify init and launch commandsDmitry Sharshakov2021-08-20
* | move debug command to keybindingDmitry Sharshakov2021-08-20
* | Add command to run debug targetDmitry Sharshakov2021-08-20
* | dap: Split out launch from initBlaž Hrastnik2021-08-20