Update 2023-10-15 21:29 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2023-10-15 21:29:44 +02:00
parent b9f90ca227
commit 3e91896dbb
48 changed files with 84 additions and 18585 deletions

View File

@@ -9,13 +9,13 @@ set mouse=v
set laststatus=2
set backspace=indent,eol,start
set number
set nonumber
set cursorline
set scrolloff=3
set spelllang=de,en
syntax on
filetype plugin indent on
syntax off
filetype on
set spelllang=de,en
let mapleader = ","
@@ -48,7 +48,7 @@ set expandtab
set smarttab
set textwidth=72
set colorcolumn=72
" set colorcolumn=72
set formatprg=par\ -w72q
set list
@@ -211,8 +211,12 @@ set statusline+=\
set t_ZH=
set t_ZR=
set wildmode=full
" OPEN FILE
nnoremap <C-t> :Texplore<CR>
" nnoremap <C-t> :Texplore<CR>
nnoremap <C-t> :Files<CR>
inoremap <C-t> <ESC>:Files<CR>
" TAGS FILE
set tags="~/.dev/tags"
@@ -279,7 +283,7 @@ endfunction
augroup mystuff
au!
au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "normal! g'\"" | endif
" au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "normal! g'\"" | endif
au BufRead,BufNewFile *.h,*.c set filetype=c.doxygen
au BufRead,BufNewFile Makefile,/usr/src/*.c,/usr/src/*.h,*.gmk setl sw=8 sts=8 noet
au BufWritePost vimrc so ~/.vim/vimrc