Square open-sources its Vim repo, Maximum Awesome
91–100 of 145 posts
Re: Square open-sources its Vim repo, Maximum Awesome
#92I would love to know why they have chosen Pathogen instead of Vundle to manage plugins. As hard as I try, I can't see any reasons why Pathogen is greater than Vundle. Can someone enlighten me?
Because they have different purposes, they must be compared according to your needs.
I don't need a "plugin manager" but I like my plugins to be organized cleanly so I use Pathogen.
If you need something to help you "manage" your plugins, Vundle is a sensible choice but you should compare with VAM or neobundle.
In short, comparing Pathogen and Vundle makes no sense: compare what's comparable.
Re: Square open-sources its Vim repo, Maximum Awesome
#93Ok, got this cloned and installed. If I'm moving from Sublime to vim, where do I go now? I know a few basic vim commands (switch modes, edit, write, quit) but have never used it to work on a complete project in a directory.
In the mean time, keep using ST on your projects.
Re: Square open-sources its Vim repo, Maximum Awesome
#94cmd+t lookup is not a good vim thing... it's slow requires me to move my hand to the right to navigate using arrow keys... also it's slow. changing files takes significantly longer... it's bad enough how slow the iterm.app is on osx and don't even get me started on the slowness of the terminal.app -- picky vim user update: i like the empty line space indicators little boxes look cool
Re: Square open-sources its Vim repo, Maximum Awesome
#95I would love to know why they have chosen Pathogen instead of Vundle to manage plugins. As hard as I try, I can't see any reasons why Pathogen is greater than Vundle. Can someone enlighten me?
Chalk it up to different preferences. I prefer Vundle too, never could get Pathogen to work, but Vundle just does for me. But others were using Pathogen before Vundle appeared and have no reason to switch.
https://github.com/tpope/vim-pathogen#installation
It's literally copy and paste. I understand preferences and taste, but you make it sound like you need a degree in particle physics to make the thing work...
Re: Square open-sources its Vim repo, Maximum Awesome
#96Do lots of people use let mapleader = ',' instead of Ctrl? Also does anyone see where they are setting the /// to comment? Commentary uses gcc and I don't see it in their vimrc.
Yes, lots of people use something mappings because they offer a lot more flexibility than and friends. What you use as mapleader is up to you, "," is simply the value suggested in the doc.
Re: Square open-sources its Vim repo, Maximum Awesome
#97Great to see some love for tmux. Terminal vim + tmux is a lot more powerful than Gvim or MacVim. That said, I started using vim with Janus and while it convinced me that vim could be a great modern editor, it left me too confused when I tried to make my own customizations. I ended up ditching it and hand-picking my own plugins. I suspect a completely new vim user would likely experience the same process with Maximum…
Re: Square open-sources its Vim repo, Maximum Awesome
#98Does NERDTree work over ssh/sftp? I remember having tried it once and abandoning because it lacked this feature (or didn't work out of the box).
No it doesn't and it only has a subset of the features already available in netrw which comes by default.
Re: Square open-sources its Vim repo, Maximum Awesome
#99Re: Square open-sources its Vim repo, Maximum Awesome
#100Earlier quoted context omitted.
No it doesn't and it only has a subset of the features already available in netrw which comes by default.
Really? I've always used it over SSH without issues.
If you are using it with something like fuse or expandrive you are not using it over SSH but on local files.
If you are using it in a remote Vim via SSH, you are not using it over SSH either.
If you did something like :e scp://foo//bar/ and see a directory listing you are not using NERDTree.