vmware-archive / vim-config

This is the Vim configuration we use on pairing machines at Neo, as well as many Neons' personal machines. It's pretty okay.
BSD 2-Clause "Simplified" License
64 stars 41 forks source link

<C-i> is overwritten #4

Closed sillylogger closed 11 years ago

sillylogger commented 11 years ago

So the default <C-i> is the opposite of <C-o>... this is handy for going into a file/selection you've just come out of. In insert mode <C-i> defaults to <tab> but <tab> has been remapped to the matching bracket pairs.

If we want to maintain <tab> jumping to a matching bracket we should do so in a way that doesn't interfere with <C-i> in normal mode.

adamlogic commented 11 years ago

Did your comment get mangled in some way? Seems like there are some words missing. I'm not sure what the default of is or why it was remapped. My guess is that it's an old mapping that no one uses, but I can only speak for myself. I'm in favor of blowing away any custom mappings that interfere with defaults.

sillylogger commented 11 years ago

haha all of my references to < and > were just removed -- aside from the title. ok i'll gsub those in the initial comment.

adamlogic commented 11 years ago

Heh. Mine as well.

adamlogic commented 11 years ago

@sillylogger Can you make this into a PR so we can see exactly which mapping(s) you're proposing to change/remove?