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

Commit 95bf1ed

Browse files
committed
Don't use o as a shortcut
1 parent f74bbe1 commit 95bf1ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -287,15 +287,15 @@ fn get_settings() -> Settings {
287287
Settings {
288288
keys: ::utils::KeySettings {
289289
new_project: Some("p".to_string()),
290-
import: Some("o".to_string()),
290+
import: Some("i".to_string()),
291291
rename: Some("n".to_string()),
292292
remove: Some("g".to_string()),
293293

294294
run: Some("a".to_string()),
295295
build: Some("k".to_string()),
296296
test: Some("t".to_string()),
297297
clean: Some("l".to_string()),
298-
stop: Some("i".to_string()),
298+
stop: Some("h".to_string()),
299299

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

0 commit comments

Comments
 (0)