Vim as Python IDE

2013-01-12 Thread Zippermeyer
Hello, I would like to know what´s the best way to turn Vim into a Python IDE on Windows 7 Thank you. -- 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

Re: Vim as Python IDE

2013-01-12 Thread lordkrandel
On 12/01/2013 09:02, Zippermeyer wrote: Hello, I would like to know what´s the best way to turn Vim into a Python IDE on Windows 7 Thank you. There is no such thing as a best way. It depends on which features you'd like to get. If they are not already there in Vim, you can use plugins, or

Re: Using VIM for console text formatting

2013-01-12 Thread Kovacsics Robert
On Wed, 9 Jan 2013 22:38:08 + Kovacsics Robert kovir...@gmail.com wrote: Hi! I would like to ask for some help with formatting text for console output using vim. What I have is a text file containing my TODO lists, Got it! What I needed is the -s command line option of Vim, and a vim

Re: Inconsistent fold opening behaviour after jump to mark within that fold

2013-01-12 Thread Wiktor Ruben
On 9 Sty, 20:07, Christian Brabandt cbli...@256bit.org wrote: Hi Wiktor! On Mi, 09 Jan 2013, Wiktor Ruben wrote: Hello Vimmers, Let's create sample fold: vim -u NONE -N :set foldmethod=marker i {{{1CR foo bar zazCR foo bar zazEscbmm0za OK, now we have mark 'm' set

Re: Inconsistent fold opening behaviour after jump to mark within that fold

2013-01-12 Thread Christian Brabandt
Hi Wiktor! On Sa, 12 Jan 2013, Wiktor Ruben wrote: Thank you for the patch but if I understand correctly now fold will stay closed when cursor is already at mark's position i.e. in the same line and column. But why not to open fold every time we jump to a mark within it? No matter whether

RE: Gvim - Always Opens In Full Screen

2013-01-12 Thread Roy Fulbright
Date: Fri, 11 Jan 2013 20:34:09 -0600 From: v...@tim.thechases.com To: vim_use@googlegroups.com CC: rfulb...@hotmail.com Subject: Re: Gvim - Always Opens In Full Screen In the past I added the following line to my _vimrc file to have gvim open in full screen:au GUIEnter * simalt

Re: How to paste register over visual selection?

2013-01-12 Thread skeept
On Friday, January 11, 2013 10:00:37 PM UTC-5, skeept wrote: On Friday, January 11, 2013 8:32:44 PM UTC-5, Tim Chase wrote: On 01/11/13 19:26, skeept wrote: If I have something stored in a specific register say register z and select something visual then I try to paste over it with

Re: How to paste register over visual selection?

2013-01-12 Thread stosss
On Sat, Jan 12, 2013 at 12:10 PM, skeept ske...@gmail.com wrote: Would it be possible to define a mapping for p that, when in visual mode checks if I have specified a register (with a) and in that case pastes the contents of that register, and if not simply pastes a previously specified

Highlight just headings?

2013-01-12 Thread wolfv
I use VIM to edit .txt files for personal notes and to-do lists. I really like my setup but sometimes it is hard to pick out the headings. The only Markdown convention I use is headings. I turned off Markdown syntax because most of the highlighting gets in the way e.g. the “_” underscore in

Re: Gvim - Always Opens In Full Screen

2013-01-12 Thread Tim Chase
On 01/12/13 07:39, Roy Fulbright wrote: au GUIEnter * simalt ~x I've done it in the past with a combination of :winpos 0 0 :set lines=120 columns=80 Thanks for your reply. I am running on Windows 7. I do not need to know how to run maximized (running maximized is my problem). I

Re: efficiently navigating and the jumplist

2013-01-12 Thread Ethan Hereth
You might look into the Easymotion plugin. It makes motions on a window of text quite a bit quicker once you get the hang of it. I use it quite regularly. On Friday, January 11, 2013, Jeroen Budts wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 TL;DR: I often use countj and countk to

Re: How to paste register over visual selection?

2013-01-12 Thread David Fishburn
On Jan 12, 2013, at 12:10 PM, skeept ske...@gmail.com wrote: Would it be possible to define a mapping for p that, when in visual mode checks if I have specified a register (with a) and in that case pastes the contents of that register, and if not simply pastes a previously

Re: efficiently navigating and the jumplist

2013-01-12 Thread Jeroen Budts
On 01/12/2013 08:15 PM, Ethan Hereth wrote: You might look into the Easymotion plugin. It makes motions on a window of text quite a bit quicker once you get the hang of it. I use it quite regularly. Hi Ethan! Thanks for you suggestion! I know the EasyMotion plugin and have tested it once in

Re: efficiently navigating and the jumplist

2013-01-12 Thread Jeroen Budts
On 01/11/2013 10:02 AM, Jeroen Budts wrote: TL;DR: I often use countj and countk to jump to other lines (with 'relativenumber' enabled). Is it possible to add those jumps to the jumplist? And/or what are more efficient ways of jumping to lines which are visible on the screen? I wrote a

Re: Vim as Python IDE

2013-01-12 Thread Hidolfo Anselmi
Thank you, I´ll try this, i´m gonna start programming and I read that python is the best option for noobs, and I wanna Vim as my main IDE. On Sat, Jan 12, 2013 at 4:57 AM, lordkrandel lordkran...@gmail.com wrote: On 12/01/2013 09:02, Zippermeyer wrote: Hello, I would like to know what´s the

Yank part of line?

2013-01-12 Thread stosss
This appears to be the only thing in help that seems to imply you can yank part of a line. But I can't figure out how to make that work. Am I wrong about this? Is the only way to yank part of a line in visual mode only or search and replace if one gets technical?

RE: Yank part of line?

2013-01-12 Thread John Beckett
stosss wrote: This appears to be the only thing in help that seems to imply you can yank part of a line. But I can't figure out how to make that work. Am I wrong about this? Is the only way to yank part of a line in visual mode only or search and replace if one gets technical? (text from

Re: Yank part of line?

2013-01-12 Thread stosss
On Sun, Jan 13, 2013 at 1:29 AM, John Beckett johnb.beck...@gmail.com wrote: stosss wrote: This appears to be the only thing in help that seems to imply you can yank part of a line. But I can't figure out how to make that work. Am I wrong about this? Is the only way to yank part of a line in

Re: Yank part of line?

2013-01-12 Thread stosss
On Sun, Jan 13, 2013 at 2:15 AM, stosss sto...@gmail.com wrote: On Sun, Jan 13, 2013 at 1:29 AM, John Beckett johnb.beck...@gmail.com wrote: stosss wrote: This appears to be the only thing in help that seems to imply you can yank part of a line. But I can't figure out how to make that work.