X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=b41747f0d5bc647402ac5bb99ae888b19f4bc381;hb=6e79e8357ed1987a7f7a52cc06249aadef478041;hp=d2c547c3105c877f9cac8b8eb6b8c510ae5f41fc;hpb=2251f6465ae48aaa012fd686d6dcc4d3f41f77fe;p=st.git diff --git a/config.def.h b/config.def.h index d2c547c..b41747f 100644 --- a/config.def.h +++ b/config.def.h @@ -73,6 +73,12 @@ static char termname[] = "st-256color"; * you use this st version. * * it#$tabspaces, + * + * Secondly make sure your kernel is not expanding tabs. When running `stty + * -a` »tab0« should appear. You can tell the terminal to not expand tabs by + * running following command: + * + * stty tabs */ static unsigned int tabspaces = 8;