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-view/src
Jason Hansen cf831b1a65
Allow piping from stdin into a buffer on startup (#996)
* Allow piping from stdin into a buffer on startup

* Refactor

* Don't allow piping into new buffer on macOS

* Update helix-term/src/application.rs

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>

* Update helix-term/src/application.rs

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>

* Fix

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
3 years ago
..
clipboard.rs log syntax highlighting init errors (#895) 3 years ago
document.rs Refactor shebang detection to reuse the loaded buffer 3 years ago
editor.rs Allow piping from stdin into a buffer on startup (#996) 3 years ago
graphics.rs feat: Default theme palette using 16 terminal colors 3 years ago
info.rs Implement key ordering for info box 3 years ago
input.rs Implement key ordering for info box 3 years ago
keyboard.rs Implement key ordering for info box 3 years ago
lib.rs Replace documents SlotMap with BTreeMap 3 years ago
macros.rs Replace documents SlotMap with BTreeMap 3 years ago
theme.rs Update to rust 1.56 + 2021 edition 3 years ago
tree.rs Add commands for moving between splits with a direction (#860) 3 years ago
view.rs search_impl will only align cursor center when it isn't in view (#959) 3 years ago