all repos — st @ 927621f6da015f51710c03279b00c6cc38057e32

st (suckless terminal) config

config.def.h: tweak extra worddelimiters

This changes the selection more like xterm.
To test try: "find /" and select a path.
Hiltjo Posthuma hiltjo@codemadness.org
commit

927621f6da015f51710c03279b00c6cc38057e32

parent

add0211522737b79dad990ccd65c8af63b5cc1dd

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M config.def.hconfig.def.h

@@ -33,7 +33,7 @@ * listed here.

* * More advanced example: L"#$%&+,-./:=?_~" */ -wchar_t *extrawordchars = L"./:"; +wchar_t *extrawordchars = L""; /* selection timeouts (in milliseconds) */ static unsigned int doubleclicktimeout = 300;