paste
Paste clipboard is bash or shell scripts with modification.
2010/07/20
Today I had a issue where I wanted to paste the clipboard to a shell script after removing the spaces. So, I went hunting for a way to do this. Finally I came up with this: […] sudo yum install …
stop indentation on current file in vim to keep the indentation from copied text.
2009/10/22
I have been looking for this for quite some time. Finally found two easy ways to do it: […] :setlocal noautoindent :setlocal nocindent :setlocal nosmartindent :setlocal indentexpr= […] …