summaryrefslogtreecommitdiff
path: root/helix-view/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2020-10-01 02:57:43 +0000
committerGitHub2020-10-01 02:57:43 +0000
commit1da0be0aa045a4acd0246d82bf6214f8ec651476 (patch)
treea6e1ef47c23453503d2728452b16050ae649f440 /helix-view/Cargo.toml
parent592c5b0af22cc719fc1513f71706dad326ba8081 (diff)
parent13800e4dd152b018b5242de9fbdd470b23bd9c4a (diff)
Merge pull request #1 from helix-editor/insertKeymapMove
moved insert keymap to keymap.rs
Diffstat (limited to 'helix-view/Cargo.toml')
-rw-r--r--helix-view/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml
index 0d887474..d205d7ad 100644
--- a/helix-view/Cargo.toml
+++ b/helix-view/Cargo.toml
@@ -8,6 +8,7 @@ edition = "2018"
[features]
term = ["tui", "crossterm"]
+default = ["term"]
[dependencies]
anyhow = "1"