spaces->tabs

master
an 2019-07-05 22:09:01 -04:00
parent 843f3ac18f
commit fd09841ac4
23 changed files with 252 additions and 267 deletions

View File

@ -1,6 +1,9 @@
/etc/fonts/conf.d/10-scale-bitmap-fonts.conf
/etc/fonts/conf.d/10-sub-pixel-rgb.conf
/etc/fonts/conf.d/11-lcdfilter-default.conf
/etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf
/etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf
/etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf
/etc/fonts/conf.d/30-metric-aliases.conf
/etc/fonts/conf.d/30-win32-aliases.conf
/etc/fonts/conf.d/40-nonlatin.conf
@ -10,6 +13,9 @@
/etc/fonts/conf.d/50-user.conf
/etc/fonts/conf.d/51-local.conf
/etc/fonts/conf.d/56-ttf-twemoji-color.conf
/etc/fonts/conf.d/57-dejavu-sans-mono.conf
/etc/fonts/conf.d/57-dejavu-sans.conf
/etc/fonts/conf.d/57-dejavu-serif.conf
/etc/fonts/conf.d/60-generic.conf
/etc/fonts/conf.d/60-latin.conf
/etc/fonts/conf.d/65-fonts-persian.conf

View File

@ -1,26 +0,0 @@
{
"DefaultFileUploader": "Greyserv",
"DefaultImageUploader": "Greyserv",
"DefaultUrlShortener": null,
"XineramaHead": 0,
"NotificationTime": 30,
"NotifyUploading": true,
"NotifyCommand": "",
"ClipboardTime": 1,
"SaveFolder": "/home/marrub/Pictures/ShareNix",
"OrganizedFolders": false,
"Services": [
{
"Name": "Greyserv",
"DestinationType": "None",
"RequestType": "POST",
"RequestURL": "https://fuck.greyserv.net/",
"FileFormName": "file_1",
"ResponseType": "Text",
"URL": null,
"ThumbnailURL": null,
"DeletionURL": null
}
]
}

View File

@ -1,4 +1,5 @@
{ z = col - length
{
z = col - length
y = int(z / 2)
x = z - y
printf "%*s%s%*s\n", x, "", $0, y, ""

View File

@ -1,9 +1,11 @@
$! { N
$! {
N
N
s/\/\/-+\|\n//
t m1
b mE
:m1; s/ / MARKER/
:m1
s/ / MARKER/
h
s/.+MARKER//
s/ /-/g
@ -15,7 +17,9 @@ $! { N
s/ \n-/ --/
t m2
b mE
:m2; N
:m2
N
N
s/\/\/\n//g
:mE; }
:mE
}

View File

@ -64,10 +64,10 @@ set incsearch
" tabulation (3 spaces, auto-indent when my muscle memory demands it)
set autoindent
set expandtab
set noexpandtab
set smarttab
set shiftwidth=3
set softtabstop=-1
set tabstop=3
" limits, what/when/how to save and encodings
set undolevels=10000