helix/helix-term/src
Ludwig Stecher 4429993842
Add `PageUp`, `PageDown`, `Ctrl-u`, `Ctrl-d`, `Home`, `End` keyboard shortcuts to file picker (#1612)
* Add `PageUp`, `PageDown`, `Ctrl-u`, `Ctrl-d`, `Home`, `End` keyboard shortcuts to file picker

* Refactor file picker paging logic

* change key mapping

* Add overlay component

* Use closure instead of margin to calculate size

* Don't wrap file picker in `Overlay` automatically
2022-02-15 10:24:03 +09:00
..
commands Merge remote-tracking branch 'origin/master' into debug 2022-02-13 18:31:51 +09:00
ui Add `PageUp`, `PageDown`, `Ctrl-u`, `Ctrl-d`, `Home`, `End` keyboard shortcuts to file picker (#1612) 2022-02-15 10:24:03 +09:00
application.rs Add `PageUp`, `PageDown`, `Ctrl-u`, `Ctrl-d`, `Home`, `End` keyboard shortcuts to file picker (#1612) 2022-02-15 10:24:03 +09:00
args.rs Allow specifying file start position (#445) 2022-01-23 16:54:03 +09:00
commands.rs Add `PageUp`, `PageDown`, `Ctrl-u`, `Ctrl-d`, `Home`, `End` keyboard shortcuts to file picker (#1612) 2022-02-15 10:24:03 +09:00
compositor.rs Prevent multiple code action popups 2022-02-08 16:44:39 +09:00
config.rs Put some tests behind #[cfg(test)] (#1459) 2022-01-09 00:32:50 +09:00
job.rs Don't use block_on in jobs.finish(), we can .await 2022-02-05 15:05:19 +09:00
keymap.rs Mark DAP as experimental 2022-02-13 18:32:57 +09:00
lib.rs Assume true color support on Windows 2021-12-14 00:48:45 +09:00
main.rs Allow specifying file start position (#445) 2022-01-23 16:54:03 +09:00