helix-mirror/helix-term/src
Roland Kovacs 3f10473d30 Implement view swapping
* add Tree::swap_split_in_direction()
* add swap_view_{left,down,up,right} commands, bound to H,J,K,L
  respectively in the Window menu(s)
* add test for view swapping
2022-05-21 08:53:16 -05:00
..
commands feat(commands): add log-open command (#2422) 2022-05-11 10:18:45 +09:00
keymap Implement view swapping 2022-05-21 08:53:16 -05:00
ui address rust 1.61.0 clippy lints (#2514) 2022-05-20 12:16:11 +09:00
application.rs Don't panic on LSP parsing errors 2022-05-11 11:00:55 +09:00
args.rs Add refresh-config and open-config command (#1803) 2022-03-25 18:05:20 +09:00
commands.rs Implement view swapping 2022-05-21 08:53:16 -05:00
compositor.rs Make regex_prompt directly call cx.push_layer 2022-03-28 11:02:13 +09:00
config.rs Move top level lsp config to editor.lsp (#1868) 2022-03-28 10:11:52 +09:00
health.rs Add true or false checkbox in health output table (#1947) 2022-04-12 17:21:16 +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 Add refresh-config and open-config command (#1803) 2022-03-25 18:05:20 +09:00
lib.rs Add refresh-config and open-config command (#1803) 2022-03-25 18:05:20 +09:00
main.rs Add support for local language configuration (#1249) 2022-04-18 12:10:51 +09:00