st

I use alacritty now
Log | Files | Refs | README | LICENSE

commit ed5d5a0bd0d9a21ba8687bd83a4f097a870e020e
parent 9957fb373fa2b9d20775a1a179c64427e3d51623
Author: Benjamin Paul <bpaul848@gmail.com>
Date:   Mon, 29 Jun 2020 17:24:01 +1000

Removed alt+y for paste

Diffstat:
Mconfig.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -196,7 +196,6 @@ static Shortcut shortcuts[] = { { TERMMOD, XK_Home, zoomreset, {.f = 0} }, { MODKEY, XK_c, clipcopy, {.i = 0} }, { MODKEY, XK_v, clippaste, {.i = 0} }, - { MODKEY, XK_y, clippaste, {.i = 0} }, { ShiftMask, XK_Insert, clippaste, {.i = 0} }, { TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, };