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

Commit

Permalink
Don't use h as a shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
oakes committed Apr 14, 2015
1 parent 95bf1ed commit 9fcbd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ fn get_settings() -> Settings {
build: Some("k".to_string()),
test: Some("t".to_string()),
clean: Some("l".to_string()),
stop: Some("h".to_string()),
stop: Some("j".to_string()),

save: Some("s".to_string()),
undo: Some("z".to_string()),
Expand Down

0 comments on commit 9fcbd25

Please sign in to comment.