This website requires JavaScript.
Explore
Help
Sign in
kc
/
helix
Watch
1
Star
0
Fork
You've already forked helix
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
267602328c
helix
/
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 18:24:16 +09:00
pub
mod
commands
;
pub
mod
keymap
;
created prompt.rs
2020-10-09 22:55:45 +02: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 18:24:16 +09:00
pub
mod
theme
;
pub
mod
view
;
pub
use
view
::
View
;
Reference in a new issue
Copy permalink