CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 03:35:43 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=fb12fb0b643c36c0f83b48eafbe154dbd206b8f8176c1bb018d8f1c35c439df8a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22Jt5wHKSo0Ihz5VVWQcs44SXKd-7xSYHu%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cb4f1e4cdab277-BLR
vimrc - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Vim settings file
- filetype on
- filetype plugin on
- filetype indent on
- syntax on
- set nu
- set relativenumber
- set shell=pwsh
- set cursorline
- set cursorcolumn
- set showmatch
- set hlsearch
- set history=1000
- set wildmenu
- set wildmode=list:longest
- set wildignore=*.docx,*.jpg,*.png,*.gif,*.pdf,*.pyc,*.exe,*.flv,*.img,*.xlsx
- " PLUGINS ---------------------------------------------------------------- {{{
- " Plugin code goes here.
- call plug#begin('~/.vim/plugged')
- Plug 'dense-analysis/ale'
- Plug 'preservim/nerdtree'
- Plug 'sickill/vim-pasta'
- call plug#end()
- " }}}
- " MAPPINGS --------------------------------------------------------------- {{{
- " Mappings code goes here.
- " Navigate the split view easier by pressing CTRL+j, CTRL+k, CTRL+h, or CTRL+l.
- nnoremap <c-j> <c-w>j
- nnoremap <c-k> <c-w>k
- nnoremap <c-h> <c-w>h
- nnoremap <c-l> <c-w>l
- " }}}
- " VIMSCRIPT -------------------------------------------------------------- {{{
- " This will enable code folding.
- " Use the marker method of folding.
- augroup filetype_vim
- autocmd!
- autocmd FileType vim setlocal foldmethod=marker
- autocmd WinLeave * set nocursorline nocursorcolumn
- autocmd WinEnter * set cursorline cursorcolumn
- augroup END
- if version >= 703
- set undodir=~/.vim/backup
- set undofile
- set undoreload=10000
- endif
- " More Vimscripts code goes here.
- " $HOME/vimfiles/autoload/plug.vim -Force}}}
- " STATUS LINE ------------------------------------------------------------ {{{
- " Status bar code goes here.
- " }}}
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 5 sec ago | 0.10 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ G
JavaScript | 8 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D G⭐⭐
Java | 17 sec ago | 0.10 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ B
JavaScript | 20 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ W
JavaScript | 22 sec ago | 0.24 KB
-
⭐⭐⭐ChangeNOW Exploit⭐⭐
Java | 29 sec ago | 0.10 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ E
JavaScript | 31 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ V
JavaScript | 32 sec 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