CARVIEW |
Select Language
HTTP/2 200
date: Fri, 10 Oct 2025 22:40:47 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=708ff7c0e367aff83de925fcef70981d78dc51d26ae5db9a291f1c121834451ca%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%2209o0zvXp5aVmdCfjnV7E9r4NYyLUzKJy%22%3B%7D; HttpOnly; Path=/
cf-ray: 98c99f175d06c16d-BLR
.config/nvim/init.vim - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- " set leader key
- let g:mapleader = "\<Space>"
- " Optional:
- "set foldmethod=indent
- set cursorline
- set autoindent
- set background=dark
- set tabstop=2
- "set columns=120
- "set lines=50
- colorscheme desert
- set shiftwidth=2
- "set list listchars=tab:❘-,trail:·,extends:»,precedes:«,nbsp:×
- "set list listchars=tab:»-,trail:·,extends:»,precedes:«
- "set listchars=tab:\.\
- "set list
- syntax on
- set nu
- if has("autocmd")
- au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif
- endif
- so ~/.config/nvim/plugins.vim
- set guifont=Monospace\ 9
- set clipboard=unnamedplus
- tnoremap <Esc> <C-\><C-n>
- au BufNewFile,BufRead *.{c,cpp,cu,pov,m} :vmap cc :s/^/\/\/ <CR> :noh <CR>
- "map <F9> :w<CR>:!clear;python3 %; read<CR>"
- autocmd FileType python map <buffer> <F9> :w<CR>:exec '! python3' shellescape(@%, 1)<CR>
- autocmd FileType python imap <buffer> <F9> <esc>:w<CR>:exec '! python3' shellescape(@%, 1)<CR>
- cmap w!! w !sudo tee %
- "save with ctrl+s
- nmap <c-s> :w<CR>
- imap <c-s> <Esc>:w<CR>a
- "exit with ctrl+q
- nmap <c-q> :q<CR>
- imap <c-q> <Esc>:q<CR>
- " moverse entre tabs
- nnoremap <C-Left> gT
- nnoremap <C-Right> gt
- nnoremap <buffer> H :<C-u>execute "!pydoc3 " . expand("<cword>")<CR>
- "-----------------------------------------------------------------------
- "----------------------------------------------------------------Minimap
- " Para poder usar minimap debe instalar code-minimap
- " (https://github.com/wfxr/code-minimap/), esto se hace a traves de cargo,
- " para instalar cargo ejecute en la terminal:
- " curl https://sh.rustup.rs -sSf | sh
- " Esto descargará un script e iniciará la instalación.
- " Si todo va bien, veras esto:
- " Rust is installed now. Great!
- " Ahora podra instalar code-minimap ejecutando en la terminal:
- " cargo install --locked code-minimap
- " Deshabilitar el minimapa para tipos de archivos específicos
- let g:minimap_block_filetypes = ['fugitive', 'nerdtree', 'tagbar']
- " Deshabilitar el minimapa para tipos de buffers específicos
- let g:minimap_block_buftypes = ['nofile', 'nowrite', 'quickfix', 'terminal', 'prompt', 'fzf', 'pymode']
- " Cerrar minimapa para tipos de archivos especificos
- let g:minimap_close_filetypes = ['starify', 'netrw', 'vim-plug', 'vim-blunde']
- " Resaltar el rango de lineas visibles
- let g:minimap_highlight_range = 1
- " Atajos de teclado
- " Abrir/Cerrar Minimap
- nnoremap <leader>m :MinimapToggle<CR>
- " Cerrar Minimap
- nnoremap <leader>mq :MinimapClose<CR>
- " Refrescar Minimap
- nnoremap <leader>mr :MinimapRefresh<CR>
- " enable mouse interaction
- set mouse=a
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐
Java | 2 sec ago | 0.10 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ J
JavaScript | 5 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ A
JavaScript | 11 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D A⭐⭐
Java | 15 sec ago | 0.10 KB
-
⭐⭐Exchange Exploit⭐⭐ E
JavaScript | 16 sec ago | 0.24 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ O
JavaScript | 22 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ 0
JavaScript | 27 sec ago | 0.24 KB
-
⭐⭐⭐Crypto Accounts⭐⭐
Java | 30 sec ago | 0.10 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