Skip to content

Instantly share code, notes, and snippets.

View bbugyi200's full-sized avatar

Bryan Bugyi bbugyi200

View GitHub Profile
diff --git a/Action.c b/Action.c
index 9a7c3c5..72229a1 100644
--- a/Action.c
+++ b/Action.c
@@ -406,7 +406,7 @@ static Htop_Reaction actionRedraw() {
}
static const struct { const char* key; const char* info; } helpLeft[] = {
- { .key = " Arrows: ", .info = "scroll process list" },
+ { .key = " hjkl: ", .info = "scroll process list" },
@bbugyi200
bbugyi200 / config.py
Created April 5, 2018 19:11
qutebrowser config
import re
import yaml
# pylint: disable=C0111
c = c # noqa: F821 pylint: disable=E0602,C0103
config = config # noqa: F821 pylint: disable=E0602,C0103
# Load autoconfig.yml
config.load_autoconfig()