You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term/src
Ivan Tham ab6a00e196
Make A-hjkl tree-sitter nav A-pion (#2205)
A-hl currently is not very consistent with hl when next object is
selected, since it may go up/down or left/right and this behavior is
confusing such that some people think it should swap the keys with A-jk,
so it is better to use A-pn since that only specifies two direction.

A-jk have the same issue as in it usually moves right and is not
consistent with the behavior of jk so people may think A-hl is better,
maybe A-oi is better here since A-hl will be swapped to A-pn, A-oi can
convey the meaning of in and out, similar to some window manager keys?
2 years ago
..
commands fix typos (#2304) 2 years ago
keymap Make A-hjkl tree-sitter nav A-pion (#2205) 2 years ago
ui fix typos (#2304) 2 years ago
application.rs allow whitespace to be rendered 2 years ago
args.rs Add refresh-config and open-config command (#1803) 3 years ago
commands.rs Wrap current directory picker with overlay widget (#2308) 2 years ago
compositor.rs Make regex_prompt directly call cx.push_layer 3 years ago
config.rs Move top level lsp config to editor.lsp (#1868) 3 years ago
health.rs Add true or false checkbox in health output table (#1947) 2 years ago
job.rs Don't use block_on in jobs.finish(), we can .await 3 years ago
keymap.rs Add refresh-config and open-config command (#1803) 3 years ago
lib.rs Add refresh-config and open-config command (#1803) 3 years ago
main.rs Add support for local language configuration (#1249) 2 years ago