To copy text such a way that I can perform paste at multiple places
Use VIM register feature
Link:
http://stackoverflow.com/questions/1497958/how-do-i-use-vim-registers
Use \| operator. For example, red\|green\|blue will match line with red OR green OR blue
Useful link: http://vim.wikia.com/wiki/Search_patterns
commands for shifting text
:set tabsize=4
:set shiftwidth=4
:set expandtab
Useful link: http://vim.wikia.com/wiki/Converting_tabs_to_spaces
:set no ruler
Reference
http://vim.wikia.com/wiki/Search_and_replace
https://superuser.com/questions/436890/cant-copy-to-clipboard-from-vim
I tried it
https://raw.githubusercontent.com/amix/vimrc/master/vimrcs/basic.vim