Kim Schulz has written a book on using Vim The full title is: "Hacking Vim: A Cookbook to get the Most out of the Latest Vim Editor". I have written a bit of...
4577
björn
bjorn.winckler@...
Aug 1, 2007 5:33 pm
... I must be misunderstanding your question, because to me it seems like I already answered it in my last post. In any case, let me try to answer it again. ...
4578
Nico Weber
nicolasweber@...
Aug 1, 2007 11:05 pm
Hi all, ... I bought a copy a few weeks ago and I can recommend it. It doesn't cover the basics in much detail, but describes many somewhat advanced features,...
4579
Robert Hicks
sigzero@...
Aug 2, 2007 1:51 am
björn wrote: <snip> ... I understand. It isn't just a "Carbon Vim" thing though or maybe I am crazy. When I have "vim" open :q closes vim when there are no...
4580
björn
bjorn.winckler@...
Aug 2, 2007 5:32 am
... This is kind of funny...just after having written that long rant I sat down and did some work on MacVim only to realise the menus behave very oddly if ...
4581
Jeremy Conlin
jeremit0@...
Aug 2, 2007 1:48 pm
... IMHO, I think an app should close when its last window is close. I realize this isn't very Mac like, but this is a soft rule. There are many apps that ...
4582
Nico Weber
nicolasweber@...
Aug 3, 2007 6:05 am
Hi, the toolbar problems are caused by the line [toolbar setShowsBaselineSeparator:NO]; If this is uncommented, all is well. A short-term fix is to uncomment ...
4583
björn
bjorn.winckler@...
Aug 3, 2007 11:33 am
... Yes, don't get me wrong here...the intentions are to make MacVim follow the HIG as much as is judged sensible (by me and whoever voices an opinion on this...
4584
björn
bjorn.winckler@...
Aug 3, 2007 11:40 am
... Thanks for looking into this! The baseline separator is already causing me grief; try hiding the toolbar by clicking the "pill button" in the top right...
4585
Nico Weber
nicolasweber@...
Aug 3, 2007 5:03 pm
... As I said: Disable the baseline separator when you create the toolbar (it only causes problems to change this after the toolbar is visible), and use the...
4586
Robert Hicks
sigzero@...
Aug 4, 2007 1:15 am
... Maybe because I am used to doing :q on every other operating system? Make it play nice sure but lets not change expected behavior. Robert ...
4587
björn
bjorn.winckler@...
Aug 5, 2007 1:11 pm
I have posted a new snapshot of MacVim at: http://code.google.com/p/macvim/ Changes this time around are: - Window resizing: The code logic has changed in that...
4588
Jjgod Jiang
gzjjgod@...
Aug 5, 2007 2:17 pm
Hi Björn, ... I just finished the gui_mch_dialog() part in my vim-cocoa project, which you may find interesting. For dialogs without text field, I simply...
4589
björn
bjorn.winckler@...
Aug 5, 2007 5:01 pm
... Nice. But does it work to navigate through the sheets using the keyboard? I think this is one of the biggest annoyances with the Carbon Vim port. /Björn ...
4590
Nico Weber
nicolasweber@...
Aug 5, 2007 5:43 pm
Hi, ... If I hit Cmd-Zoombutton, drawing is still broken (and all keystrokes are ignored from that point in time, and I haven't found a way to restore vim back...
4591
Nico Weber
nicolasweber@...
Aug 5, 2007 6:42 pm
... Well, my mapping is `:map <D-w> :q<cr>` iirc (I'm not at my main box atm) :-P --~--~---------~--~----~------------~-------~--~----~ You received this...
4592
Nico Weber
nicolasweber@...
Aug 5, 2007 7:23 pm
... I can confirm this is fixed (tested with svn revision 86 iirc). --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
4593
björn
bjorn.winckler@...
Aug 5, 2007 7:24 pm
... Hehe, ok a little bit too "low-tech" for my needs...lets see if anybody else can help out with this mapping. (The Cmd-Zoom bug is fixed now by the way...as...
4594
Jjgod Jiang
gzjjgod@...
Aug 5, 2007 11:33 pm
Hi, ... Yes, you can navigate between each buttons with tab key and use space key to confirm. But it seems the first button added automatically became the...
4595
björn
bjorn.winckler@...
Aug 6, 2007 7:59 am
... Let me know when you fixed this problem and I will try to adapt your code to MacVim. For the input dialog window created by Interface Builder, do you know...
4596
Nico Weber
nicolasweber@...
Aug 7, 2007 8:09 pm
... Untested: drag a connection from the enclosing window to the control and set it as the initialFirstResponder. ...
4597
björn
bjorn.winckler@...
Aug 8, 2007 12:10 pm
... I would say you are asking at exactly the right list. :) At this point in time there is no way to affect window placement in MacVim (short of dragging the...
4598
Jeremy Conlin
jeremit0@...
Aug 9, 2007 2:34 pm
There is a bug in MacVim when using CTRL-O in insert mode. From the online help: CTRL-O execute one command, return to Insert mode *i_CTRL-O* Currently,...
4599
björn
bjorn.winckler@...
Aug 9, 2007 7:44 pm
... Thank you for reporting this. A fix will be included in the next snapshot. /Björn --~--~---------~--~----~------------~-------~--~----~ You received this...
4600
björn
bjorn.winckler@...
Aug 10, 2007 12:39 am
... Ok, I will compile the next snapshot with +cscope and huge features. (Does anybody require support for anything else while I'm at it?) /Björn ...
4601
Nico Weber
nicolasweber@...
Aug 10, 2007 6:14 am
... python --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit...
4602
björn
bjorn.winckler@...
Aug 10, 2007 8:27 am
... Does this happen every time you run MacVim, or is it an intermittent problem? What happens if you open another window and Cmd-` back? Every time a new...
4603
Niklas Lindström
lindstream@...
Aug 10, 2007 10:43 am
Hello! I have now exercised a little more discipline when testing. ;) It appears that I have a plugin which adds a "PopUp.Buffers" menu (which I have long...
4604
björn
bjorn.winckler@...
Aug 10, 2007 11:53 am
... Ok, thanks...I39;ll take a look at that. ... Thanks a lot...I know what the problem is now. The fix will be in the next snapshot. /Björn ...
4605
björn
bjorn.winckler@...
Aug 10, 2007 3:36 pm
... The problem was that Cmd-N et al. were bound to commands with <CR> in them; when you start without .vimrc and .gvimrc, Vim will run with cpoptions ...