Notes
Notes - notes.io |
set nocompatible
" Setting backspace behaviour
set backspace=indent,eol,start
" Turning on syntax highlighting
syntax on
" Enabling file type detection
filetype plugin indent on
" Showing line numbers
set number
set tabstop=4
set shiftwidth=4
set autoindent
set clipboard=unnamedplus
" Setting up Vundle plugin manager
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'https://github.com/scrooloose/nerdtree.git'
Plugin 'vim-airline/vim-airline'
Plugin 'vim-airline/vim-airline-themes'
Plugin 'lervag/vimtex'
Plugin 'morhetz/gruvbox'
call vundle#end() " required
filetype plugin indent on " required
set laststatus=2
let g:airline_theme='dark'
" Key mappings
map <C-n> :NERDTreeToggle<CR>
" Compiling C++
map <F2> : !g++ -std=c++11 -DDEBUG -Wfatal-errors % -o %:r.out<CR>
map <F3> : !./%:r.out < %:p:h/input<CR>
" Setting color theme
colorscheme gruvbox
set background=dark
|
Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 12 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team