1
0

reorganize

This commit is contained in:
dtb
2023-08-26 02:04:10 -04:00
parent 74b7f41cfe
commit 38e5669084
25 changed files with 33 additions and 140 deletions

20
trinitystuff/vim/vimrc Normal file
View File

@@ -0,0 +1,20 @@
colorscheme elflord
set bg=dark
set mouse=
set noautoindent
set nocp
set noexpandtab
set noim
set nois
set nu
set relativenumber
set rnu
set ruler
set tabstop=8
set term=xterm
set tf
set title
set tty=xterm
set vb
set nowrap
syntax on