This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nmap <C-V> "+gP | |
imap <C-V> <ESC><C-V>i | |
vmap <C-C> "+y | |
set nu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nowrap | |
set nu | |
set cindent | |
set ts=2 | |
set shiftwidth=2 | |
set autowrite | |
hi Search ctermbg=6 guibg=LightBlue | |
set hlsearch | |
" set noexpandtab | |
set expandtab |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: | |
g++ -Wall -g -o sstream-convert.x86 main.cpp | |
clean: | |
rm sstream-convert.x86 |
NewerOlder