Skip to content
This repository was archived by the owner on Nov 14, 2017. It is now read-only.

Commit 9fcbd25

Browse files
committed
Don't use h as a shortcut
1 parent 95bf1ed commit 9fcbd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ fn get_settings() -> Settings {
295295
build: Some("k".to_string()),
296296
test: Some("t".to_string()),
297297
clean: Some("l".to_string()),
298-
stop: Some("h".to_string()),
298+
stop: Some("j".to_string()),
299299

300300
save: Some("s".to_string()),
301301
undo: Some("z".to_string()),

0 commit comments

Comments
 (0)