Re: Cursor question

2013-03-14 Thread rameo
Thank you Ben, Yes indeed I've never noted it before but these days I had a few times that the cursor moved to the wrong position. I thought it was something in my VIM and I put an empty vim version on my disk but the mouse moved still a few times to the wrong position, so I decided to post

Integration with tmux

2013-03-14 Thread Thiago de Arruda
Hi I'm trying to improve integration between vim and tmux, as those tools are my most important work tools and I'm always looking to enchance my workflow speed. So far I have managed to: - integrate tmux/vim split navigation - open files in a existing vim instance from a shell - send vim

Re: Aligning slowing down (:1,$Align |)

2013-03-14 Thread Charles E Campbell
tooth pik wrote: On Thu, Mar 14, 2013 at 01:48:05PM +1100, Philip Rhoades wrote: People, I have been using this plugin for some time now and it has been exactly what I wanted. One thing I use it for is to align text that has been pasted into a file from online bank payments (I have been burnt

viewing local buffer mappings?

2013-03-14 Thread skeept
What would be a good way of viewing the mappings that are only local to the current buffer? Regards, Jorge -- -- 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

Re: viewing local buffer mappings?

2013-03-14 Thread Ben Fritz
On Thursday, March 14, 2013 12:24:42 PM UTC-5, skeept wrote: What would be a good way of viewing the mappings that are only local to the current buffer? Regards, Jorge :map buffer :map! buffer -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply

Re: vim voldmarker with a space [correction]

2013-03-14 Thread ping
On 03/08/2013 06:03 PM, Tim Chase wrote: On 2013-03-08 17:01, Tim Chase wrote: :set foldmarker= {,} :let fdm=' {,}' And of course I mean :let foldmarker=' {,}' here, not fdm (which is 'foldmethod') -tim to continue this topic, so I ran into following text event-options {

Re: vim : fold expansion and refresh

2013-03-14 Thread ping
On 07/12/2012 05:31 PM, Andy Wokula wrote: Am 12.07.2012 22:55, schrieb sc: On Thu, Jul 12, 2012 at 04:22:29PM -0400, ping wrote: guys: everytime I expand the fold , I notice the text got a little bit messed up somewhere, c-l quickly clean it nicely. so if I map l as following: :map l

Re: vim voldmarker with a space [correction]

2013-03-14 Thread Ben Fritz
On Thursday, March 14, 2013 12:48:09 PM UTC-5, ping wrote: I hope I can simply do: :set foldmarker=\ {,}$ so the intention is , using }, but only if it's the last char in the line, as the marker but according to help foldmarker, it doesn't support regex. so that

Re: viewing local buffer mappings?

2013-03-14 Thread Jorge Rodrigues
:map buffer :map! buffer Great, thanks! -- -- 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 subscribed to the

Re: vim: want control character in substitution string

2013-03-14 Thread Paul
On Mar 13, 10:45 am, Charles Campbell wrote: Paul wrote: snip but I haven't found a way to specify control characters in the substitution string. Is there a way? Try reading :help i_ctrl-v Thanks, Charles. I mention ctrl-v in my original post. -- -- You received this message from the

Re: Integration with tmux

2013-03-14 Thread John Little
On Friday, March 15, 2013 1:17:22 AM UTC+13, Thiago de Arruda wrote: ...it will automatically share its default register with tmux every time I yank text. Is something like this possible? Yes, the yank ring pluginĀ¹ does that, by a brute force (it seems to me) mappings of every vim command that