This website requires JavaScript.
Explore
Help
Sign In
andrey
/
helix-mirror
Watch
1
Star
0
Fork
0
You've already forked helix-mirror
mirror of
https://github.com/helix-editor/helix.git
synced
2024-11-23 18:06:18 +04:00
Code
Issues
Projects
Releases
Wiki
Activity
267602328c
helix-mirror
/
helix-view
/
src
/
lib.rs
8 lines
100 B
Rust
Raw
Normal View
History
Unescape
Escape
Split parts of helix-term into helix-view. It still largely depends on term for some types but I plan to change that later.
2020-09-21 13:24:16 +04:00
pub
mod
commands
;
pub
mod
keymap
;
created prompt.rs
2020-10-10 00:55:45 +04:00
pub
mod
prompt
;
Split parts of helix-term into helix-view. It still largely depends on term for some types but I plan to change that later.
2020-09-21 13:24:16 +04:00
pub
mod
theme
;
pub
mod
view
;
pub
use
view
::
View
;
Reference in New Issue
Copy Permalink