2009/11/3 garfield: > > Here's the idea: I'd like to View Source of a webpage from Firefox in > MacVim. Hitting CMD+U should open MacVim with the source from the > webpage currently in view. > > Here's the actuality: Going to about:config and adding the following: > > view_source.editor.path (string) /Applications/MacVim.app/Contents/ > MacOS/MacVim > > If an instance of MacVim is currently open with another file, MacVim > will open another application but it will remain blank. Does anyone > know a way in which to fix to fix this? If MacVim currently isn't open > it works perfectly fine.
Use the "mvim" script, see ":h mvim" (actually, take a general look at ":h macvim-start"). To open a file in an already open window you can pass the "--remote" switch, see ":h remote". > Completely unrelated yet would be very helpful - is there an IRC > channel available? And also, is there any sort > of :tabattach / :tabdetach functionality in MacVim? I'm not sure what ":tabattach" means. It is not possible to move a tab from one window to another (or to detach and create a new window). Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
