add newterm keybind
All checks were successful
Build/Publish XBPS / build-and-publish (push) Successful in 7s
All checks were successful
Build/Publish XBPS / build-and-publish (push) Successful in 7s
This commit is contained in:
parent
9cfdd84e3a
commit
ec8dddecd8
1 changed files with 1 additions and 0 deletions
1
config.h
1
config.h
|
@ -282,6 +282,7 @@ static Shortcut shortcuts[] = {
|
|||
{ TERMMOD, XK_Prior, zoom, {.f = +3} },
|
||||
{ TERMMOD, XK_Next, zoom, {.f = -3} },
|
||||
{ TERMMOD, XK_Home, zoomreset, {.f = 0} },
|
||||
{ TERMMOD, XK_Return, newterm, {.i = 0} },
|
||||
{ TERMMOD, XK_C, clipcopy, {.i = 0} },
|
||||
{ TERMMOD, XK_V, clippaste, {.i = 0} },
|
||||
{ TERMMOD, XK_O, changealpha, {.f = +0.05} },
|
||||
|
|
Loading…
Add table
Reference in a new issue