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
lurpahi a958d34bfb
Add option for automatic insertion of closing-parens/brackets/etc (#779)
* Add auto-pair editor option

* Document auto-pair editor option

* Make cargo fmt happy

* Actually make cargo fmt happy

* Rename auto-pair option to auto-pairs

* Inline a few constants

Co-authored-by: miaomai <cunso@tutanota.com>
3 years ago
..
ui Initial implementation of global search (#651) 3 years ago
application.rs lsp: Silence window/logMessage if -v isn't used 3 years ago
args.rs Address nightly clippy warnings 3 years ago
commands.rs Add option for automatic insertion of closing-parens/brackets/etc (#779) 3 years ago
compositor.rs Show file preview in split pane in fuzzy finder (#534) 3 years ago
config.rs config: Rename [terminal] to [editor] and pass it into Editor 3 years ago
job.rs Drop some &mut bounds where & would have sufficed 3 years ago
keymap.rs Initial implementation of global search (#651) 3 years ago
lib.rs Remove #[allow(unused)] from helix-term, and fix unused imports. 3 years ago
main.rs Fix previous broken refactor key into helix-view 3 years ago