From: Armaan Bhojwani Date: Mon, 17 May 2021 23:54:28 +0000 (-0400) Subject: Update copyurl keybinding X-Git-Url: https://git.armaanb.net/?p=st.git;a=commitdiff_plain;h=13ecb49ba58ef1e231b99507c122640e8efa86c4 Update copyurl keybinding --- diff --git a/config.h b/config.h index 894f1ee..5c322dd 100644 --- a/config.h +++ b/config.h @@ -199,7 +199,7 @@ static Shortcut shortcuts[] = { { TERMMOD, XK_Y, selpaste, {.i = 0} }, { ShiftMask, XK_Insert, selpaste, {.i = 0} }, { TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, - { MODKEY, XK_l, copyurl, {.i = 0} }, + { MODKEY, XK_c, copyurl, {.i = 0} }, }; /*