Change stop bind to x to prevent copy conflict

This commit is contained in:
Oliver Blanthorn 2018-09-21 11:13:44 +01:00
parent e7a4e6dcf2
commit 5e4e1ea7d9
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -159,7 +159,7 @@ class default_config {
u: "undo",
r: "reload",
R: "reloadhard",
"<C-c>": "stop",
x: "stop",
gi: "focusinput -l",
"g;": "changelistjump -1",
gt: "tabnext_gt",