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

remove mapping that breaks jump-list navigation #5

Closed pairing closed 11 years ago

pairing commented 11 years ago

Vim's default behavior of and is to move forward in the jumplist (:help jump-motions). This is a useful feature that we should not be breaking with custom mappings.

adamlogic commented 11 years ago

Oops. That should read "vim's default behavior of <tab> and <C-I>..."

mohangk commented 11 years ago

+1 - lgtm

adamlogic commented 11 years ago

I also just removed the visual mapping as well. It didn't really make sense on its own. Still good to merge?