pivotalcommon / vim-config

(Mac)Vim configuration
MIT License
56 stars 41 forks source link

Remove "e" abbreviation for edit-plus, as it breaks "e!". #13

Closed chinigo closed 11 years ago

chinigo commented 11 years ago

What it says on the tin.

I know that "you shouldn't have to ever refresh the file, because we've set autoread" but sometimes it doesn't actually refresh. Unfortunately, the edit-plus command won't let you enter e!, and EP! doesn't work either.

I've left the edit-plus plugin in place. To access it after this commit, you have to literally type EP whatever.

This plugin breaks core vim functionality to provide an alias to e +3 filename.txt or e filename.txt | 3, neither of which is really much harder than EP filename.txt:3. Reasonable people may disagree.

nertzy commented 11 years ago

I agree with this change. What do you think, Bryan?

nertzy commented 11 years ago

Also, I'd be interested in remapping :EP to :ep if that works.

brysgo commented 11 years ago

We may want to just pull edit plus out, it gives us one feature that saves a couple keystrokes once in a blue moon. Also, if we remove the abbreviation NO-ONE is going to use it.

nertzy commented 11 years ago

Well, I use it. But I'm not horribly attached to it. It is pretty annoying to have to avoid the colon-number part of paths if I ever need to copy/paste from, say, rspec output. But either way I can add it for just myself if we feel others won't use it or understand it.

brysgo commented 11 years ago

If you say you'll use it I believe you but I want to hear a week or so after we merge this how many times you actually used it. On Jul 24, 2013 7:11 AM, "Grant Hutchins" notifications@github.com wrote:

Well, I use it. But I'm not horribly attached to it. It is pretty annoying to have to avoid the colon-number part of paths if I ever need to copy/paste from, say, rspec output. But either way I can add it for just myself if we feel others won't use it or understand it.

— Reply to this email directly or view it on GitHubhttps://github.com/pivotalcommon/vim-config/pull/13#issuecomment-21477812 .