Discussion:
Use Vim anywhere
Eric Weir
2011-05-19 12:56:25 UTC
Permalink
You may know about this, or maybe you can do this without this. If not: An app that lets you use your favorite text editor in any application. Works with MacVim, I would guess with Vim, too. If I can use Vim everywhere, maybe I'll learn to use Vim.
http://www.hogbaysoftware.com/products/quickcursor

This developer also has a really cool and versatile list/todo list creating/managing application called TaskPaper. Price is a little steep.

Regards,
------------------------------------------------------------------------------------------
Eric Weir
Decatur, GA USA
***@bellsouth.net
Alexander Wodniok
2011-05-19 16:40:43 UTC
Permalink
Post by Eric Weir
You may know about this, or maybe you can do this without this. If not: An app that lets you use your favorite text editor in any application. Works with MacVim, I would guess with Vim, too. If I can use Vim everywhere, maybe I'll learn to use Vim.
http://www.hogbaysoftware.com/products/quickcursor
This developer also has a really cool and versatile list/todo list creating/managing application called TaskPaper. Price is a little steep.
Regards,
------------------------------------------------------------------------------------------
Eric Weir
Decatur, GA  USA
_______________________________________________
VimOutliner mailing list
http://www.lists.vimoutliner.org/mailman/listinfo
Hi Eric,

there is a taskpaper plugin for vim

http://www.vim.org/scripts/script.php?script_id=2027

which has all the main features from the original app.

Alexander
Eric Weir
2011-05-19 17:21:19 UTC
Permalink
Post by Alexander Wodniok
there is a taskpaper plugin for vim
http://www.vim.org/scripts/script.php?script_id=2027
which has all the main features from the original app.
Thanks, Alexander. I've downloaded and started using the Mac app version, but I'll definitely check this one out. Do you use it?

------------------------------------------------------------------------------------------
Eric Weir
Decatur, GA USA
***@bellsouth.net
Alexander Wodniok
2011-05-19 21:55:40 UTC
Permalink
Post by Eric Weir
Post by Alexander Wodniok
there is a taskpaper plugin for vim
http://www.vim.org/scripts/script.php?script_id=2027
which has all the main features from the original app.
Thanks, Alexander. I've downloaded and started using the Mac app version, but I'll definitely check this one out. Do you use it?
Hi Eric,

I've been using it before I read about vimoutliner. It's a very simple
approach (GTD) for task management. What I really liked was using
tags. You can fold all lines that do not contain your search tag. Just
put your cursor on @mytag and \tc will show you the relevant lines.
With vim's Ctrl-X Ctrl-N you can use autocompletion for your used
tags. Another nice feature is a different color for tasks that are
@done. But you can't fold projects separately.

Would be nice to have tag folding in vimoutliner.

Alexander
Selene Scriven
2011-05-20 09:39:54 UTC
Permalink
Post by Alexander Wodniok
Would be nice to have tag folding in vimoutliner.
FWIW, TKDO does this with VO files. In the GTK or curses UI,
type @mytagname then press enter, and it will show only items
with that tag. It works with command line queries too.


-- Selene
Eric Weir
2011-05-20 00:25:45 UTC
Permalink
Post by Alexander Wodniok
there is a taskpaper plugin for vim
http://www.vim.org/scripts/script.php?script_id=2027
which has all the main features from the original app.
I would like to try this plugin, but I'm not sure how to do it with VO installed. Originally I tried to install VO using Pathogen, with all the VO files and folders in their own folder. Eventually, I abandoned that, and moved the VO files and folders into the .vim folder.

How do you install two plugins without putting each plugin's files and folders in a separate folder, the way Pathogen does, when some of the folders have the same names, e.g., doc, ftdetect, ftplugin, syntax?

Thanks,
------------------------------------------------------------------------------------------
Eric Weir
Decatur, GA USA
***@bellsouth.net
Alexander Wodniok
2011-05-20 08:36:37 UTC
Permalink
Post by Eric Weir
I would like to try this plugin, but I'm not sure how to do it with VO installed. Originally I tried to install VO using Pathogen, with all the VO files and folders in their own folder. Eventually, I abandoned that, and moved the VO files and folders into the .vim folder.
How do you install two plugins without putting each plugin's files and folders in a separate folder, the way Pathogen does, when some of the folders have the same names, e.g., doc, ftdetect, ftplugin, syntax?
If you don't use Pathogen all of your plugins have to share the _same_
folders. Just drop the files in doc, ftdetect etc.
If you want to remove a Plugin you have to search for all the files in
every .vim/folder

One argument for using Pathogen.

Alexander
Eric Weir
2011-05-20 12:59:26 UTC
Permalink
Post by Alexander Wodniok
If you don't use Pathogen all of your plugins have to share the _same_
folders. Just drop the files in doc, ftdetect etc.
If you want to remove a Plugin you have to search for all the files in
every .vim/folder
Thanks for the clarification, Alexander.
Post by Alexander Wodniok
One argument for using Pathogen.
Pathogen was the first plugin I installed after my first ever installation of Vim. Even as the noobie I am I could see the logic. VO was the first -- and last, at least for now -- plugin I installed after Pathogen, but I just couldn't get VO running right.

I don't recall what the problem was, but ultimately Steve Litt despaired of being of any more help to me and recommended that I try VO without Pathogen. I gladly took his advice and have had no problems since.

I take it you use Pathogen? Perhaps at some point I'll give it a try again. No doubt sooner rather than later would be better.

But I think I'll check out vim-addon-manager before I do. http://www.vim.org/scripts/script.php?script_id=2905 It sounds like it nearly installs itself and installs, updates, and uninstalls plugins automatically. Anyone have any experience with it?

------------------------------------------------------------------------------------------
Eric Weir
Decatur, GA USA
***@bellsouth.net

Continue reading on narkive:
Loading...