binds
This commit is contained in:
parent
e824f330ce
commit
06865364eb
1 changed files with 16 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
diff '--color=auto' -Nu a/config.def.h b/config.def.h
|
||||
--- a/config.def.h 2024-12-28 22:20:47.286451280 -0600
|
||||
+++ b/config.def.h 2024-12-28 22:21:15.313118824 -0600
|
||||
--- a/config.def.h 2024-12-28 23:51:30.003295812 -0600
|
||||
+++ b/config.def.h 2024-12-28 23:53:26.293299467 -0600
|
||||
@@ -5,7 +5,7 @@
|
||||
*
|
||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||
|
@ -72,7 +72,16 @@ diff '--color=auto' -Nu a/config.def.h b/config.def.h
|
|||
unsigned int defaultrcs = 257;
|
||||
#if SELECTION_COLORS_PATCH
|
||||
unsigned int selectionfg = 258;
|
||||
@@ -428,8 +432,8 @@
|
||||
@@ -413,6 +417,8 @@
|
||||
{ TERMMOD, XK_Prior, zoom, {.f = +1} },
|
||||
{ TERMMOD, XK_Next, zoom, {.f = -1} },
|
||||
{ TERMMOD, XK_Home, zoomreset, {.f = 0} },
|
||||
+ { TERMMOD, XK_L, zoom, {.f = +1} },
|
||||
+ { TERMMOD, XK_H, zoom, {.f = -1} },
|
||||
{ TERMMOD, XK_C, clipcopy, {.i = 0} },
|
||||
{ TERMMOD, XK_V, clippaste, {.i = 0} },
|
||||
#if ALPHA_PATCH
|
||||
@@ -428,8 +434,8 @@
|
||||
{ MODKEY, XK_Return, fullscreen, {.i = 0} },
|
||||
#endif // FULLSCREEN_PATCH
|
||||
#if SCROLLBACK_PATCH
|
||||
|
@ -84,8 +93,8 @@ diff '--color=auto' -Nu a/config.def.h b/config.def.h
|
|||
#if CLIPBOARD_PATCH
|
||||
{ TERMMOD, XK_Y, clippaste, {.i = 0} },
|
||||
diff '--color=auto' -Nu a/config.mk b/config.mk
|
||||
--- a/config.mk 2024-12-28 22:20:47.286451280 -0600
|
||||
+++ b/config.mk 2024-12-28 22:21:15.313118824 -0600
|
||||
--- a/config.mk 2024-12-28 23:51:30.003295812 -0600
|
||||
+++ b/config.mk 2024-12-28 23:51:42.343296202 -0600
|
||||
@@ -27,8 +27,8 @@
|
||||
#LIGATURES_LIBS = `$(PKG_CONFIG) --libs harfbuzz`
|
||||
|
||||
|
@ -100,8 +109,8 @@ diff '--color=auto' -Nu a/config.mk b/config.mk
|
|||
Common subdirectories: a/.git and b/.git
|
||||
Common subdirectories: a/patch and b/patch
|
||||
diff '--color=auto' -Nu a/patches.def.h b/patches.def.h
|
||||
--- a/patches.def.h 2024-12-28 22:20:47.289784616 -0600
|
||||
+++ b/patches.def.h 2024-12-28 22:21:33.886452799 -0600
|
||||
--- a/patches.def.h 2024-12-28 23:51:30.006629148 -0600
|
||||
+++ b/patches.def.h 2024-12-28 23:51:42.343296202 -0600
|
||||
@@ -44,7 +44,7 @@
|
||||
/* A simple variant of the anysize patch that only changes the resize hints to allow the window to
|
||||
* be resized to any size.
|
||||
|
|
Loading…
Reference in a new issue