CARVIEW |
Select Language
HTTP/2 200
date: Fri, 10 Oct 2025 22:44:02 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=80e9103d3a8b03a807e892257bf864b9e616ea972edf911454ddbf4020b53272a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22864S0INwAMU3wedGKWVfluc4uiLFC5WS%22%3B%7D; HttpOnly; Path=/
cf-ray: 98c9a3db8d798cf1-BLR
vimrc - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "Init settings
- filetype plugin indent on
- set encoding=utf-8
- set nocompatible
- syntax enable
- "vim-plug
- call plug#begin()
- Plug 'bluz71/vim-nightfly-colors', { 'as': 'nightfly' }
- Plug 'itchyny/lightline.vim'
- Plug 'sirver/ultisnips'
- let g:UltiSnipsExpandTrigger = '<tab>'
- let g:UltiSnipsJumpForwardTrigger = '<tab>'
- let g:UltiSnipsJumpBackwardTrigger = '<s-tab>'
- Plug 'jiangmiao/auto-pairs'
- call plug#end()
- "Lightline plugin
- set laststatus=2
- set noshowmode
- "Appearance
- colorscheme nightfly
- let g:lightline = { 'colorscheme': 'nightfly' }
- set guifont=SourceCodePro\ 14
- set cursorline
- set wrap linebreak nolist
- "General
- set number relativenumber
- set foldcolumn=1
- set autoindent
- set autoread
- set cin
- set expandtab
- set history=1000
- set hlsearch
- set ignorecase
- set incsearch
- set mousehide
- set noerrorbells
- set noswapfile
- set pastetoggle=
- set shiftwidth=2
- set smarttab
- set tabstop=2
- "cpp
- noremap <F9> <ESC> :w <CR> :!g++ -fsanitize=address -std=c++17 -Wall -Wextra -Wshadow -Wconversion -DLOCAL -D_GLIBCXX_DEBUG -O2 -o %< % && ./%< < inp >& out <CR>
- "disable arrows
- cnoremap <Down> <Nop>
- cnoremap <Left> <Nop>
- cnoremap <Right> <Nop>
- cnoremap <Up> <Nop>
- inoremap <Down> <Nop>
- inoremap <Left> <Nop>
- inoremap <Right> <Nop>
- inoremap <Up> <Nop>
- nnoremap <Down> <Nop>
- nnoremap <Left> <Nop>
- nnoremap <Right> <Nop>
- nnoremap <Up> <Nop>
- vnoremap <Down> <Nop>
- vnoremap <Left> <Nop>
- vnoremap <Right> <Nop>
- vnoremap <Up> <Nop>
- "tabs
- noremap <Left> :tabprevious <CR>
- noremap <Right> :tabnext <CR>
- "GVIM
- set guioptions-=m "remove menu bar
- set guioptions-=T "remove toolbar
- set guioptions-=r "remove right-hand scroll bar
- set guioptions-=L "remove left-hand scroll bar
Advertisement
Add Comment
Please, Sign In to add comment
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ D
JavaScript | 4 sec ago | 0.24 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 10 sec ago | 0.10 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ G
JavaScript | 11 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ J
JavaScript | 22 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐
Java | 23 sec ago | 0.10 KB
-
⭐⭐Exchange Exploit⭐⭐ E
JavaScript | 33 sec ago | 0.24 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 36 sec ago | 0.10 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ 5
JavaScript | 42 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