X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=config.h;h=f29b93e4c9d186fcceae1d071574ef4490c9d7d1;hp=666f3883981507ca04573da4eaa900f7f42856f8;hb=refs%2Fheads%2Fmaster;hpb=840e672fe31565741863e9d067b8248727219e8a diff --git a/config.h b/config.h index 666f388..f29b93e 100644 --- a/config.h +++ b/config.h @@ -26,7 +26,7 @@ static float chscale = 1.0; * * More advanced example: " `'\"()[]{}" */ -static char worddelimiters[] = " "; +static char worddelimiters[] = " →›"; /* selection timeouts (in milliseconds) */ static unsigned int doubleclicktimeout = 300; @@ -124,7 +124,7 @@ static Shortcut shortcuts[] = { { MODKEY|ShiftMask, XK_Next, xzoom, {.i = -1} }, { MODKEY|ShiftMask, XK_Home, xzoomreset, {.i = 0} }, { ShiftMask, XK_Insert, selpaste, {.i = 0} }, - { MODKEY|ShiftMask, XK_Insert, clippaste, {.i = 0} }, + { ControlMask, XK_Insert, clippaste, {.i = 0} }, { MODKEY, XK_Num_Lock, numlock, {.i = 0} }, { ShiftMask, XK_Up, kscrollup, {.i = -1} }, { ShiftMask, XK_Down, kscrolldown, {.i = -1} },