PHP 8.1.33
Preview: vimrc Size: 1.94 KB
//etc/vimrc

if v:lang =~ "utf8$" || v:lang =~ "UTF-8$"
   set fileencodings=ucs-bom,utf-8,latin1
endif

set nocompatible	" Use Vim defaults (much better!)
set bs=indent,eol,start		" allow backspacing over everything in insert mode
"set ai			" always set autoindenting on
"set backup		" keep a backup file
set viminfo='20,\"50	" read/write a .viminfo file, don't store more
			" than 50 lines of registers
set history=50		" keep 50 lines of command line history
set ruler		" show the cursor position all the time

" Only do this part when compiled with support for autocommands
if has("autocmd")
  augroup redhat
  autocmd!
  " In text files, always limit the width of text to 78 characters
  " autocmd BufRead *.txt set tw=78
  " When editing a file, always jump to the last cursor position
  autocmd BufReadPost *
  \ if line("'\"") > 0 && line ("'\"") <= line("$") |
  \   exe "normal! g'\"" |
  \ endif
  " don't write swapfile on most commonly used directories for NFS mounts or USB sticks
  autocmd BufNewFile,BufReadPre /media/*,/run/media/*,/mnt/* set directory=~/tmp,/var/tmp,/tmp
  " start with spec file template
  autocmd BufNewFile *.spec 0r /usr/share/vim/vimfiles/template.spec
  augroup END
endif

if has("cscope") && filereadable("/usr/bin/cscope")
   set csprg=/usr/bin/cscope
   set csto=0
   set cst
   set nocsverb
   " add any database in current directory
   if filereadable("cscope.out")
      cs add $PWD/cscope.out
   " else add database pointed to by environment
   elseif $CSCOPE_DB != ""
      cs add $CSCOPE_DB
   endif
   set csverb
endif

" Switch syntax highlighting on, when the terminal has colors
" Also switch on highlighting the last used search pattern.
if &t_Co > 2 || has("gui_running")
  syntax on
  set hlsearch
endif

filetype plugin on

if &term=="xterm"
     set t_Co=8
     set t_Sb=[4%dm
     set t_Sf=[3%dm
endif

" Don't wake up system with blinking cursor:
" http://www.linuxpowertop.org/known.php
let &guicursor = &guicursor . ",a:blinkon0"

Directory Contents

Dirs: 33 × Files: 43

Name Size Perms Modified Actions
- drwxr-xr-x 2025-11-04 11:00:39
Edit Download
apache2 DIR
- drwxr-xr-x 2025-10-08 16:34:39
Edit Download
- drwxr-xr-x 2025-11-04 11:00:39
Edit Download
cl.nodejs DIR
- drwxr-xr-x 2024-03-06 00:35:30
Edit Download
cl.php.d DIR
- drwxr-xr-x 2025-10-08 16:34:39
Edit Download
cl.python DIR
- drwxr-xr-x 2024-03-06 00:35:26
Edit Download
- drwxr-xr-x 2025-10-08 16:34:39
Edit Download
- drwxr-xr-x 2025-10-25 08:46:42
Edit Download
cpanel DIR
- drwxr-x--x 2025-11-04 09:34:53
Edit Download
- drwxr-xr-x 2024-03-03 19:10:45
Edit Download
cxs DIR
- drwx--x--x 2025-11-04 11:00:39
Edit Download
default DIR
- drwxr-xr-x 2025-03-13 08:40:53
Edit Download
- drwxr-xr-x 2024-03-03 19:12:29
Edit Download
fonts DIR
- drwxr-xr-x 2025-11-04 11:00:39
Edit Download
gcrypt DIR
- drwxr-xr-x 2025-11-04 11:00:39
Edit Download
- drwxr-xr-x 2025-10-08 16:38:50
Edit Download
- drwxr-xr-x 2025-09-17 08:15:02
Edit Download
mail DIR
- drwxr-xr-x 2024-03-03 20:30:07
Edit Download
mc DIR
- drwxr-xr-x 2025-11-04 11:00:39
Edit Download
- drwxr-xr-x 2023-10-14 18:46:13
Edit Download
motd.d DIR
- drwxr-xr-x 2025-08-26 08:59:02
Edit Download
my.cnf.d DIR
- drwxr-xr-x 2025-09-17 08:16:58
Edit Download
openldap DIR
- drwxr-xr-x 2025-11-04 11:00:39
Edit Download
pam.d DIR
- drwxr-xr-x 2025-11-04 11:00:39
Edit Download
pki DIR
- drwxr-xr-x 2025-05-20 17:00:40
Edit Download
profile.d DIR
- drwxr-xr-x 2025-11-04 11:00:39
Edit Download
sasl2 DIR
- drwxr-xr-x 2025-05-07 17:39:05
Edit Download
scl DIR
- drwxr-xr-x 2025-11-04 11:00:39
Edit Download
security DIR
- drwxr-xr-x 2025-11-04 11:00:39
Edit Download
skel DIR
- drwxr-xr-x 2025-11-04 11:00:39
Edit Download
ssh DIR
- drwxr-xr-x 2025-11-04 11:00:39
Edit Download
ssl DIR
- drwxr-xr-x 2025-11-04 11:00:39
Edit Download
sysconfig DIR
- drwxr-xr-x 2025-11-04 11:00:39
Edit Download
5 B lrw------- 2025-11-04 11:00:39
Edit Download
1.49 KB lrw-r--r-- 2023-05-15 14:46:40
Edit Download
1 B lrw-r--r-- 2022-10-10 10:23:17
Edit Download
0 B lrw-r----- 2024-03-03 20:29:44
Edit Download
3.66 KB lrw-r--r-- 2024-03-05 23:38:52
Edit Download
4.43 KB lrw-r--r-- 2023-04-01 08:43:19
Edit Download
16.72 KB lrw-r----- 2025-11-04 10:59:11
Edit Download
0 B lrw-r--r-- 2023-05-15 14:46:40
Edit Download
511 B lrw-r--r-- 2025-11-04 11:01:07
Edit Download
9 B lrw-r--r-- 2018-09-10 11:51:03
Edit Download
203 B lrw-r--r-- 2025-11-04 09:34:40
Edit Download
942 B lrw-r--r-- 2018-09-10 11:51:03
Edit Download
41.20 KB lrw-r--r-- 2025-11-03 09:30:28
Edit Download
28 B lrw-r--r-- 2025-08-05 13:55:08
Edit Download
3.48 KB lrw-r--r-- 2025-03-31 18:12:02
Edit Download
66 B lrw-r--r-- 2022-04-18 21:01:05
Edit Download
158.66 KB lrw-r--r-- 2022-04-18 21:01:05
Edit Download
3.50 KB lrw-r--r-- 2022-04-18 21:01:05
Edit Download
1.92 KB lrw-r--r-- 2019-10-13 00:19:49
Edit Download
272 B lrw-r--r-- 2017-05-11 13:00:02
Edit Download
339 B lrw-r----- 2025-11-04 11:00:01
Edit Download
309 B lrw-r----- 2025-11-04 11:00:01
Edit Download
58.94 KB lrw-r--r-- 2017-05-11 13:00:02
Edit Download
912 B lrw-r--r-- 2025-09-17 08:46:11
Edit Download
2.07 KB lrw-r--r-- 2024-03-03 19:12:31
Edit Download
1.33 KB lrw-r--r-- 2025-11-04 11:01:07
Edit Download
2.86 KB lrw-r--r-- 2024-03-03 20:50:36
Edit Download
6.41 KB lrw-r--r-- 2018-09-10 11:51:03
Edit Download
2.31 KB lrw-r--r-- 2025-11-04 11:00:33
Edit Download
2.31 KB lrw-r--r-- 2025-11-04 11:00:33
Edit Download
113 B lrw-r--r-- 2024-03-11 03:46:43
Edit Download
1.60 KB lrw-r--r-- 2018-08-01 05:10:47
Edit Download
6.56 KB lrw-r--r-- 2021-05-05 10:04:06
Edit Download
51 B lrw-r----- 2024-03-06 00:02:55
Edit Download
676.03 KB lrw-r--r-- 2023-05-15 14:46:40
Edit Download
879 B lrw------- 2025-11-04 11:01:07
Edit Download
0 B lrw-r----- 2024-03-03 20:29:44
Edit Download
0 B lrw-r----- 2024-03-03 20:29:44
Edit Download
375 B lrw-r--r-- 2025-02-20 09:05:37
Edit Download
51 B lrw-r----- 2025-11-03 10:46:13
Edit Download
1.94 KB lrw-r--r-- 2025-10-12 00:23:13
Edit Download
1.18 KB lrw-r--r-- 2025-10-12 00:23:13
Edit Download
4.81 KB lrw-r--r-- 2024-08-13 22:22:56
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).