Modify newterm command to shift-<cr>

master
Hektor Misplon 2020-05-07 22:13:16 +00:00
parent 87a7b708ee
commit 05d222ce88
2 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ static Shortcut shortcuts[] = {
{ ShiftMask, XK_Insert, selpaste, {.i = 0} },
{ TERMMOD, XK_K, kscrollup, {.i = 3} },
{ TERMMOD, XK_J, kscrolldown, {.i = 3} },
{ TERMMOD, XK_Return, newterm, {.i = 0} },
{ ShiftMask, XK_Return, newterm, {.i = 0} },
};
/*

Binary file not shown.