Re: color scheme for HTML

2013-04-23 Thread Mike Hume
What about using markdown for note taking. It sounds like you are juggling between note taking and previewing the formatting of text. Markdown would help alot with the juggling part. Are you running vim from a terminal? ~Mike On Apr 23, 2013, at 9:41 AM, Ben Fritz wrote: > On Tuesday, April 2

Re: Vim's default colors on PuTTY

2013-04-29 Thread Mike Hume
Might this help? http://blog.sanctum.geek.nz/putty-configuration/ ~Mike On Apr 29, 2013, at 7:06 PM, dwightarmyofchampi...@hotmail.com wrote: > I use PuTTY to ssh into a server that uses console (non-GUI) vim. Is there a > way to keep the look of vim's colorschemes consistent regardless of wha

Re: Removing junk .swp files

2013-05-01 Thread Mike Hume
You could setup a tmp directory for where swp files are stores. set directory=~/.vim/tmp/swap If you have swp files littered about, run this command to recursively find and delete them: find . -type d -name .swp | xargs rm -rf ~Mike On May 1, 2013, at 10:49 AM, BPJ wrote: > Is there any ea

Re: Removing junk .swp files

2013-05-01 Thread Mike Hume
Scratch the part about -type d ~Mike On May 1, 2013, at 10:49 AM, BPJ wrote: > Is there any easy/automatized way to remove junk (as in not associated with > any file currently open in (g)vim) .swp files > in the current directory and its subdirectories? > A plugin perhaps? > > /bpj > > -- >

Vim stickers

2013-05-11 Thread Mike Hume
Where do I get my vim stickers to show my vim love? -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscr

Re: replace/change certain positions in line of text

2013-05-18 Thread Mike Hume
Couldn't you also you use visual block mode and then run a regex command on it? ~Mike On May 18, 2013, at 11:32 AM, Gary Johnson wrote: > On 2013-05-18, meino cramer wrote: >> Hi, >> >> is there a way to replace (for example) position 110-117 in each line >> of a text to (for example) to "." ?

Re: Simplified logo concept

2013-07-10 Thread Mike Hume
Guyz... don't change a thing. I don't wanna have to update my tattoo :P -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message be