From c19bf79bbdc53b236829318931f3ba8063814a82 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sat, 3 Sep 2022 17:30:22 +0530 Subject: removing Alt+j/k for vim bindings --- config.h | 2 -- hb.o | Bin 4632 -> 4640 bytes st | Bin 120240 -> 120160 bytes st.o | Bin 79184 -> 79192 bytes x.o | Bin 84456 -> 84352 bytes 5 files changed, 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 Binary files a/hb.o and b/hb.o differ diff --git a/st b/st index 3ed65db..f3a3e70 100755 Binary files a/st and b/st differ diff --git a/st.o b/st.o index f77142b..4e62ca0 100644 Binary files a/st.o and b/st.o differ diff --git a/x.o b/x.o index ae79df9..b2cff29 100644 Binary files a/x.o and b/x.o differ -- cgit v1.2.3