summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h2
-rw-r--r--hb.obin4632 -> 4640 bytes
-rwxr-xr-xstbin120240 -> 120160 bytes
-rw-r--r--st.obin79184 -> 79192 bytes
-rw-r--r--x.obin84456 -> 84352 bytes
5 files changed, 0 insertions, 2 deletions
diff --git a/config.h b/config.h
index 7ea7915..7be88ce 100644
--- a/config.h
+++ b/config.h
@@ -262,9 +262,7 @@ static Shortcut shortcuts[] = {
{ ShiftMask, XK_Insert, selpaste, {.i = 0} },
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} },
//setting vim and arrow keys to scroll line one by one pressing alt
- { MODKEY, XK_k, kscrollup, {.i = 1} },
{ MODKEY, XK_Up, kscrollup, {.i = 1} },
- { MODKEY, XK_j, kscrolldown, {.i = 1} },
{ MODKEY, XK_Down, kscrolldown, {.i = 1} },
//scroll thru page wise
{ MODKEY, XK_Page_Up, kscrollup, {.i = -1} },
diff --git a/hb.o b/hb.o
index c38bc91..9a6303c 100644
--- a/hb.o
+++ b/hb.o
Binary files differ
diff --git a/st b/st
index 3ed65db..f3a3e70 100755
--- a/st
+++ b/st
Binary files differ
diff --git a/st.o b/st.o
index f77142b..4e62ca0 100644
--- a/st.o
+++ b/st.o
Binary files differ
diff --git a/x.o b/x.o
index ae79df9..b2cff29 100644
--- a/x.o
+++ b/x.o
Binary files differ