CARVIEW |
Select Language
HTTP/2 200
date: Wed, 15 Oct 2025 21:57:15 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=cc2edbc1d925f9cf2f923b004bbe5a021d917c869379338f4a80128c57672fcaa%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22TY8l_3tk6s4alpE8c13gdIBO0y4NqOgo%22%3B%7D; HttpOnly; Path=/
cf-ray: 98f29234bb78c537-BLR
.vimrc - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- set rnu
- set nocompatible "Kill vi-compatibility
- " set t_Co=256 "256 color, uncomment if you have a terminal that supports this (like iTerm2)
- set encoding=utf-8 "UTF-8 character encoding
- " Indent 2 spaces
- set tabstop=2 "2 space tabs
- set shiftwidth=2 "2 space shift
- set softtabstop=2 "Tab spaces in no hard tab mode
- set expandtab " Expand tabs into spaces
- set autoindent "autoindent on new lines
- set showmatch "Highlight matching braces
- set ruler "Show bottom ruler
- set equalalways "Split windows equal size
- set formatoptions=croq "Enable comment line auto formatting
- set title "Set window title to file
- set hlsearch "Highlight on search
- set ignorecase "Search ignoring case
- set smartcase "Search using smartcase
- set incsearch "Start searching immediately
- set scrolloff=5 "Never scroll off
- set wildmode=longest,list "Better unix-like tab completion
- set clipboard=unnamed "Copy and paste from system clipboard
- set lazyredraw "Don't redraw while running macros (faster)
- set wrap "Visually wrap lines
- set linebreak "Only wrap on 'good' characters for wrapping
- set backspace=indent,eol,start "Better backspacing
- set linebreak "Intelligently wrap long files
- set ttyfast "Speed up vim
- set nostartofline "Vertical movement preserves horizontal position
- " Strip whitespace from end of lines when writing file
- autocmd BufWritePre * :%s/\s\+$//e
- " Turn off the annoying bell
- set noerrorbells visualbell t_vb=
- " Syntax highlighting and stuff
- syntax enable
- filetype plugin indent on
Advertisement
Add Comment
Please, Sign In to add comment
-
🔥 Exchange profit method
JavaScript | 7 sec ago | 0.24 KB
-
💡 EASY MONEY GUIDE ✅ Working
JavaScript | 17 sec ago | 0.24 KB
-
💡 Instant BTC Profit Method ✅ Working
JavaScript | 27 sec ago | 0.24 KB
-
🚀 Swapzone +37% glitch
JavaScript | 37 sec ago | 0.24 KB
-
📝 MAKE $2500 IN 15 MIN ✅ Working
JavaScript | 48 sec ago | 0.24 KB
-
⚡ Crypto Swap Glitch ✅ Working ⚡
JavaScript | 57 sec ago | 0.24 KB
-
💎 ChangeNOW Exploit
JavaScript | 1 min ago | 0.24 KB
-
⚡ Crypto Swap Glitch ✅ Working ⚡
JavaScript | 1 min ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand