helix/helix-term/tests/test
woojiq aa4d84a0b3
Align view for background buffer opened with `alt-ret` (#7691)
* fix(picker): `alt-ret' changes cursor pos of current file, not new one

Closes #7673

* fix other pickers

* symbol pickers
* diagnostick pickers

This is done using the already patched `jump_to_location` method.

* fix global and jumplist pickers

* use `view` as old_id; make `align_view` method of `Action`

* test(picker): basic <alt-ret> functionality

* fix: picker integrational test

* fix nit

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>

---------

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2023-08-08 15:17:29 +02:00
..
commands feat: smart_tab 2023-08-01 09:41:42 -05:00
auto_indent.rs migrate test_with_config to use AppBuilder 2023-03-20 18:34:40 -05:00
auto_pairs.rs Add config for default line ending (#5621) 2023-06-16 12:02:15 -05:00
commands.rs add node boundary movement 2023-08-01 09:41:42 -05:00
helpers.rs Add config for default line ending (#5621) 2023-06-16 12:02:15 -05:00
movement.rs Fix typos (#6643) 2023-04-07 23:10:38 +08:00
picker.rs Align view for background buffer opened with `alt-ret` (#7691) 2023-08-08 15:17:29 +02:00
prompt.rs flush writes on force quit (#4397) 2022-10-21 13:28:29 +09:00
splits.rs Canonicalize paths before stripping current dir as prefix (#6290) 2023-03-30 11:21:40 -05:00