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-plus/helix-term/src
WindSoilder 22297d0b40
Add alt-backspace, alt-<, alt->, ctrl-j to insert mode (#1441)
* add alt-backspace keymap to delete word backward

* add more useful keymap

* map to correct command

* add C-j to insert_newline
3 years ago
..
ui fix: Use std::path::MAIN_SEPARATOR to determine completion 3 years ago
application.rs Use the correct language ID for JavaScript & TypeScript (#1466) 3 years ago
args.rs Implement `hx --tutor` and `:tutor` to load `tutor.txt` (#898) 3 years ago
commands.rs fix(commands): run fmt for all documents being closed (#1444) 3 years ago
compositor.rs Macros (#1234) 3 years ago
config.rs Put some tests behind #[cfg(test)] (#1459) 3 years ago
job.rs Drop some &mut bounds where & would have sufficed 3 years ago
keymap.rs Add alt-backspace, alt-<, alt->, ctrl-j to insert mode (#1441) 3 years ago
lib.rs Assume true color support on Windows 3 years ago
main.rs revert log truncation (#895) (#1130) 3 years ago